Shades of Himalaya #665C36
Tints of Himalaya #665C36
RGB
CMYK
RGB Variations
Color information
#665C36 (or 0x665C36) is known color: Himalaya. HEX triplet: 66, 5C and 36. RGB value is (102,92,54). Sum of RGB (Red+Green+Blue) = 102+92+54=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #665C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C36 is #99A3C9. Grayscale: #5A5A5A. Windows color (decimal): -10068938 or 3562598. OLE color: 3562598.
HSL color Cylindrical-coordinate representation of color #665C36: hue angle of 47.5º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #665C36 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 54 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.6 |
| HSL | 47.5º | 0.31% | 0.31% | - |
| HSV(B) | 47.5º | 0.47% | 0.4% | - |
| XYZ | 9.97 | 10.75 | 5.04 | - |
| YUV | 90.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 54 | 0 | 0.10 | 0.47 | 0.6 | 47.5 | 0.31 | 0.31 |
| Hex | 66 | 5C | 36 | 0 | A | 2F | 3C | 30 | 1F | 1F |
| Octal | 146 | 134 | 66 | 0 | 12 | 57 | 74 | 60 | 37 | 37 |
| Binary | 1100110 | 1011100 | 110110 | 0 | 1010 | 101111 | 111100 | 110000 | 11111 | 11111 |
Color Harmonies of #665C36
Complementary color
Monochromatic Colors of #665C36
Black with #665C36
Text Example
Text Example
White with #665C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C36; }
p { color: rgb(102,92,54); }
H1.HeaderClassName
{
color: #665C36;
}
.AnyTagClassName
{
color: #665C36;
}
</style>
background-color css
<style>
a { background-color: #665C36; }
a { background-color: rgb(102,92,54); }
div.DivClassName
{
background-color: #665C36;
}
.BgClassName
{
background-color: #665C36;
}
</style>
border-color css
<style>
span { border-color: #665C36; }
span { border-color: rgb(102,92,54); }
td.TdClassName
{
border-color: #665C36;
}
.TagClassName
{
border-color: #665C36;
}
</style>