Color spaces of #99643a
RGB | 153 | 100 | 58 |
---|---|---|---|
HSL | 0.07 | 0.45 | 0.41 |
HSV | 27° | 62° | 60° |
CMYK | 0.00 | 0.35 | 0.62 0.40 |
XYZ | 18.4578 | 16.1921 | 6.1556 |
Yxy | 16.1921 | 0.4523 | 0.3968 |
Hunter Lab | 40.2394 | 11.4589 | 19.0977 |
CIE-Lab | 47.2255 | 17.0220 | 32.2498 |
#99643a color RGB value is (153,100,58).
#99643a hex color red value is 153, green value is 100 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #99643a hue: 0.07 , saturation: 0.45 and the lightness value of 99643a is 0.41.
The process color (four color CMYK) of #99643a color hex is 0.00, 0.35, 0.62, 0.40. Web safe color of #99643a is #996633. Color #99643a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 01100100 | 00111010 |
Octal | 231 | 144 | 72 |
Decimal | 153 | 100 | 58 |
Hex | 99 | 64 | 3A |
Shades of #99643a
Tints of #99643a
RGB Percentages of Color #99643a
CMYK Percentages of Color #99643a
Complementary Color
#99643a | #3a6f99 |
#99643a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99643a Color Preview on White Background
Lorem ipsum dolor sit amet.
#99643a Color CSS Codes
.mybgcolor {background-color:#99643a; } .myforecolor {color:#99643a; } .mybordercolor {border:3px solid #99643a; }
#99643a Text Font Color
<p style="color:#99643a">Text here</p>
This sample text font color is #99643a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#99643a Background Color
<div style="background-color:#99643a">
Div content here</div>
This div background color is #99643a
#99643a Border Color
<div style="border:3px solid #99643a">
Div here</div>
This div border color is #99643a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,100,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99643a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99643a; -webkit-box-shadow: 1px 1px 3px 2px #99643a; box-shadow: 1px 1px 3px 2px #99643a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,100,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #99643a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99643a; -webkit-box-shadow: 1px 1px 3px 2px #99643a; box-shadow: 1px 1px 3px 2px #99643a;">
Div content here</div>
This div box has shadow with color #99643a
Comments
No comments written yet.
Please login to write comment.