Shades of Himalaya #6B5C2C
Tints of Himalaya #6B5C2C
RGB
CMYK
RGB Variations
Color information
#6B5C2C (or 0x6B5C2C) is known color: Himalaya. HEX triplet: 6B, 5C and 2C. RGB value is (107,92,44). Sum of RGB (Red+Green+Blue) = 107+92+44=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5C2C is #94A3D3. Grayscale: #5B5B5B. Windows color (decimal): -9741268 or 2907243. OLE color: 2907243.
HSL color Cylindrical-coordinate representation of color #6B5C2C: hue angle of 45.71º 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 #6B5C2C is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 92 | 44 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.58 |
| HSL | 45.71º | 0.42% | 0.3% | - |
| HSV(B) | 45.71º | 0.59% | 0.42% | - |
| XYZ | 10.35 | 10.96 | 3.95 | - |
| YUV | 91.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 44 | 0 | 0.14 | 0.59 | 0.58 | 45.71 | 0.42 | 0.3 |
| Hex | 6B | 5C | 2C | 0 | E | 3B | 3A | 2E | 2A | 1E |
| Octal | 153 | 134 | 54 | 0 | 16 | 73 | 72 | 56 | 52 | 36 |
| Binary | 1101011 | 1011100 | 101100 | 0 | 1110 | 111011 | 111010 | 101110 | 101010 | 11110 |
Color Harmonies of #6B5C2C
Complementary color
Monochromatic Colors of #6B5C2C
Black with #6B5C2C
Text Example
Text Example
White with #6B5C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C2C; }
p { color: rgb(107,92,44); }
H1.HeaderClassName
{
color: #6B5C2C;
}
.AnyTagClassName
{
color: #6B5C2C;
}
</style>
background-color css
<style>
a { background-color: #6B5C2C; }
a { background-color: rgb(107,92,44); }
div.DivClassName
{
background-color: #6B5C2C;
}
.BgClassName
{
background-color: #6B5C2C;
}
</style>
border-color css
<style>
span { border-color: #6B5C2C; }
span { border-color: rgb(107,92,44); }
td.TdClassName
{
border-color: #6B5C2C;
}
.TagClassName
{
border-color: #6B5C2C;
}
</style>