Shades of Himalaya #6F6838
Tints of Himalaya #6F6838
RGB
CMYK
RGB Variations
Color information
#6F6838 (or 0x6F6838) is known color: Himalaya. HEX triplet: 6F, 68 and 38. RGB value is (111,104,56). Sum of RGB (Red+Green+Blue) = 111+104+56=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6838 is #9097C7. Grayscale: #646464. Windows color (decimal): -9476040 or 3696751. OLE color: 3696751.
HSL color Cylindrical-coordinate representation of color #6F6838: hue angle of 52.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F6838 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 56 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.56 |
| HSL | 52.36º | 0.33% | 0.33% | - |
| HSV(B) | 52.36º | 0.5% | 0.44% | - |
| XYZ | 12.22 | 13.57 | 5.72 | - |
| YUV | 100.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 56 | 0 | 0.06 | 0.50 | 0.56 | 52.36 | 0.33 | 0.33 |
| Hex | 6F | 68 | 38 | 0 | 6 | 32 | 38 | 34 | 21 | 21 |
| Octal | 157 | 150 | 70 | 0 | 6 | 62 | 70 | 64 | 41 | 41 |
| Binary | 1101111 | 1101000 | 111000 | 0 | 110 | 110010 | 111000 | 110100 | 100001 | 100001 |
Color Harmonies of #6F6838
Complementary color
Monochromatic Colors of #6F6838
Black with #6F6838
Text Example
Text Example
White with #6F6838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6838; }
p { color: rgb(111,104,56); }
H1.HeaderClassName
{
color: #6F6838;
}
.AnyTagClassName
{
color: #6F6838;
}
</style>
background-color css
<style>
a { background-color: #6F6838; }
a { background-color: rgb(111,104,56); }
div.DivClassName
{
background-color: #6F6838;
}
.BgClassName
{
background-color: #6F6838;
}
</style>
border-color css
<style>
span { border-color: #6F6838; }
span { border-color: rgb(111,104,56); }
td.TdClassName
{
border-color: #6F6838;
}
.TagClassName
{
border-color: #6F6838;
}
</style>