Color spaces of #662636
RGB | 102 | 38 | 54 |
---|---|---|---|
HSL | 0.96 | 0.46 | 0.27 |
HSV | 345° | 63° | 40° |
CMYK | 0.00 | 0.63 | 0.47 0.60 |
XYZ | 6.8385 | 4.4773 | 3.9938 |
Yxy | 4.4773 | 0.4467 | 0.2925 |
Hunter Lab | 21.1596 | 20.6594 | 3.6210 |
CIE-Lab | 25.1905 | 30.4138 | 4.5665 |
#662636 color RGB value is (102,38,54).
#662636 hex color red value is 102, green value is 38 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #662636 hue: 0.96 , saturation: 0.46 and the lightness value of 662636 is 0.27.
The process color (four color CMYK) of #662636 color hex is 0.00, 0.63, 0.47, 0.60. Web safe color of #662636 is #663333. Color #662636 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 00100110 | 00110110 |
Octal | 146 | 46 | 66 |
Decimal | 102 | 38 | 54 |
Hex | 66 | 26 | 36 |
Shades of #662636
Tints of #662636
RGB Percentages of Color #662636
CMYK Percentages of Color #662636
Complementary Color
#662636 | #266656 |
#662636 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#662636 Color Preview on White Background
Lorem ipsum dolor sit amet.
#662636 Color CSS Codes
.mybgcolor {background-color:#662636; } .myforecolor {color:#662636; } .mybordercolor {border:3px solid #662636; }
#662636 Text Font Color
<p style="color:#662636">Text here</p>
This sample text font color is #662636
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.
#662636 Background Color
<div style="background-color:#662636">
Div content here</div>
This div background color is #662636
#662636 Border Color
<div style="border:3px solid #662636">
Div here</div>
This div border color is #662636
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,38,54, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #662636; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #662636; -webkit-box-shadow: 1px 1px 3px 2px #662636; box-shadow: 1px 1px 3px 2px #662636; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,38,54, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #662636">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #662636; -webkit-box-shadow: 1px 1px 3px 2px #662636; box-shadow: 1px 1px 3px 2px #662636;">
Div content here</div>
This div box has shadow with color #662636
Comments
No comments written yet.
Please login to write comment.