Shades of Himalaya #6F6938
Tints of Himalaya #6F6938
RGB
CMYK
RGB Variations
Color information
#6F6938 (or 0x6F6938) is known color: Himalaya. HEX triplet: 6F, 69 and 38. RGB value is (111,105,56). Sum of RGB (Red+Green+Blue) = 111+105+56=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6938 is #9096C7. Grayscale: #656565. Windows color (decimal): -9475784 or 3697007. OLE color: 3697007.
HSL color Cylindrical-coordinate representation of color #6F6938: hue angle of 53.45º 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 #6F6938 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 56 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.56 |
| HSL | 53.45º | 0.33% | 0.33% | - |
| HSV(B) | 53.45º | 0.5% | 0.44% | - |
| XYZ | 12.32 | 13.77 | 5.75 | - |
| YUV | 101.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 56 | 0 | 0.05 | 0.50 | 0.56 | 53.45 | 0.33 | 0.33 |
| Hex | 6F | 69 | 38 | 0 | 5 | 32 | 38 | 35 | 21 | 21 |
| Octal | 157 | 151 | 70 | 0 | 5 | 62 | 70 | 65 | 41 | 41 |
| Binary | 1101111 | 1101001 | 111000 | 0 | 101 | 110010 | 111000 | 110101 | 100001 | 100001 |
Color Harmonies of #6F6938
Complementary color
Monochromatic Colors of #6F6938
Black with #6F6938
Text Example
Text Example
White with #6F6938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6938; }
p { color: rgb(111,105,56); }
H1.HeaderClassName
{
color: #6F6938;
}
.AnyTagClassName
{
color: #6F6938;
}
</style>
background-color css
<style>
a { background-color: #6F6938; }
a { background-color: rgb(111,105,56); }
div.DivClassName
{
background-color: #6F6938;
}
.BgClassName
{
background-color: #6F6938;
}
</style>
border-color css
<style>
span { border-color: #6F6938; }
span { border-color: rgb(111,105,56); }
td.TdClassName
{
border-color: #6F6938;
}
.TagClassName
{
border-color: #6F6938;
}
</style>