Shades of Himalaya #6B5F34
Tints of Himalaya #6B5F34
RGB
CMYK
RGB Variations
Color information
#6B5F34 (or 0x6B5F34) is known color: Himalaya. HEX triplet: 6B, 5F and 34. RGB value is (107,95,52). Sum of RGB (Red+Green+Blue) = 107+95+52=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5F34 is #94A0CB. Grayscale: #5D5D5D. Windows color (decimal): -9740492 or 3432299. OLE color: 3432299.
HSL color Cylindrical-coordinate representation of color #6B5F34: hue angle of 46.91º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B5F34 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 52 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.58 |
| HSL | 46.91º | 0.35% | 0.31% | - |
| HSV(B) | 46.91º | 0.51% | 0.42% | - |
| XYZ | 10.78 | 11.56 | 4.91 | - |
| YUV | 93.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 52 | 0 | 0.11 | 0.51 | 0.58 | 46.91 | 0.35 | 0.31 |
| Hex | 6B | 5F | 34 | 0 | B | 33 | 3A | 2F | 23 | 1F |
| Octal | 153 | 137 | 64 | 0 | 13 | 63 | 72 | 57 | 43 | 37 |
| Binary | 1101011 | 1011111 | 110100 | 0 | 1011 | 110011 | 111010 | 101111 | 100011 | 11111 |
Color Harmonies of #6B5F34
Complementary color
Monochromatic Colors of #6B5F34
Black with #6B5F34
Text Example
Text Example
White with #6B5F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F34; }
p { color: rgb(107,95,52); }
H1.HeaderClassName
{
color: #6B5F34;
}
.AnyTagClassName
{
color: #6B5F34;
}
</style>
background-color css
<style>
a { background-color: #6B5F34; }
a { background-color: rgb(107,95,52); }
div.DivClassName
{
background-color: #6B5F34;
}
.BgClassName
{
background-color: #6B5F34;
}
</style>
border-color css
<style>
span { border-color: #6B5F34; }
span { border-color: rgb(107,95,52); }
td.TdClassName
{
border-color: #6B5F34;
}
.TagClassName
{
border-color: #6B5F34;
}
</style>