Shades of Himalaya #6F6738
Tints of Himalaya #6F6738
RGB
CMYK
RGB Variations
Color information
#6F6738 (or 0x6F6738) is known color: Himalaya. HEX triplet: 6F, 67 and 38. RGB value is (111,103,56). Sum of RGB (Red+Green+Blue) = 111+103+56=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6738 is #9098C7. Grayscale: #646464. Windows color (decimal): -9476296 or 3696495. OLE color: 3696495.
HSL color Cylindrical-coordinate representation of color #6F6738: hue angle of 51.27º 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 #6F6738 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 56 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.56 |
| HSL | 51.27º | 0.33% | 0.33% | - |
| HSV(B) | 51.27º | 0.5% | 0.44% | - |
| XYZ | 12.12 | 13.37 | 5.68 | - |
| YUV | 100.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 56 | 0 | 0.07 | 0.50 | 0.56 | 51.27 | 0.33 | 0.33 |
| Hex | 6F | 67 | 38 | 0 | 7 | 32 | 38 | 33 | 21 | 21 |
| Octal | 157 | 147 | 70 | 0 | 7 | 62 | 70 | 63 | 41 | 41 |
| Binary | 1101111 | 1100111 | 111000 | 0 | 111 | 110010 | 111000 | 110011 | 100001 | 100001 |
Color Harmonies of #6F6738
Complementary color
Monochromatic Colors of #6F6738
Black with #6F6738
Text Example
Text Example
White with #6F6738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6738; }
p { color: rgb(111,103,56); }
H1.HeaderClassName
{
color: #6F6738;
}
.AnyTagClassName
{
color: #6F6738;
}
</style>
background-color css
<style>
a { background-color: #6F6738; }
a { background-color: rgb(111,103,56); }
div.DivClassName
{
background-color: #6F6738;
}
.BgClassName
{
background-color: #6F6738;
}
</style>
border-color css
<style>
span { border-color: #6F6738; }
span { border-color: rgb(111,103,56); }
td.TdClassName
{
border-color: #6F6738;
}
.TagClassName
{
border-color: #6F6738;
}
</style>