Shades of Himalaya #6B602C
Tints of Himalaya #6B602C
RGB
CMYK
RGB Variations
Color information
#6B602C (or 0x6B602C) is known color: Himalaya. HEX triplet: 6B, 60 and 2C. RGB value is (107,96,44). Sum of RGB (Red+Green+Blue) = 107+96+44=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 107 - color contains mainly: red. Hex color #6B602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B602C is #949FD3. Grayscale: #5D5D5D. Windows color (decimal): -9740244 or 2908267. OLE color: 2908267.
HSL color Cylindrical-coordinate representation of color #6B602C: hue angle of 49.52º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B602C is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 96 | 44 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.58 |
| HSL | 49.52º | 0.42% | 0.3% | - |
| HSV(B) | 49.52º | 0.59% | 0.42% | - |
| XYZ | 10.7 | 11.67 | 4.07 | - |
| YUV | 93.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 96 | 44 | 0 | 0.10 | 0.59 | 0.58 | 49.52 | 0.42 | 0.3 |
| Hex | 6B | 60 | 2C | 0 | A | 3B | 3A | 32 | 2A | 1E |
| Octal | 153 | 140 | 54 | 0 | 12 | 73 | 72 | 62 | 52 | 36 |
| Binary | 1101011 | 1100000 | 101100 | 0 | 1010 | 111011 | 111010 | 110010 | 101010 | 11110 |
Color Harmonies of #6B602C
Complementary color
Monochromatic Colors of #6B602C
Black with #6B602C
Text Example
Text Example
White with #6B602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B602C; }
p { color: rgb(107,96,44); }
H1.HeaderClassName
{
color: #6B602C;
}
.AnyTagClassName
{
color: #6B602C;
}
</style>
background-color css
<style>
a { background-color: #6B602C; }
a { background-color: rgb(107,96,44); }
div.DivClassName
{
background-color: #6B602C;
}
.BgClassName
{
background-color: #6B602C;
}
</style>
border-color css
<style>
span { border-color: #6B602C; }
span { border-color: rgb(107,96,44); }
td.TdClassName
{
border-color: #6B602C;
}
.TagClassName
{
border-color: #6B602C;
}
</style>