Shades of Himalaya #6F6238
Tints of Himalaya #6F6238
RGB
CMYK
RGB Variations
Color information
#6F6238 (or 0x6F6238) is known color: Himalaya. HEX triplet: 6F, 62 and 38. RGB value is (111,98,56). Sum of RGB (Red+Green+Blue) = 111+98+56=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6238 is #909DC7. Grayscale: #616161. Windows color (decimal): -9477576 or 3695215. OLE color: 3695215.
HSL color Cylindrical-coordinate representation of color #6F6238: hue angle of 45.82º 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 #6F6238 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 56 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.56 |
| HSL | 45.82º | 0.33% | 0.33% | - |
| HSV(B) | 45.82º | 0.5% | 0.44% | - |
| XYZ | 11.64 | 12.4 | 5.52 | - |
| YUV | 97.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 56 | 0 | 0.12 | 0.50 | 0.56 | 45.82 | 0.33 | 0.33 |
| Hex | 6F | 62 | 38 | 0 | C | 32 | 38 | 2E | 21 | 21 |
| Octal | 157 | 142 | 70 | 0 | 14 | 62 | 70 | 56 | 41 | 41 |
| Binary | 1101111 | 1100010 | 111000 | 0 | 1100 | 110010 | 111000 | 101110 | 100001 | 100001 |
Color Harmonies of #6F6238
Complementary color
Monochromatic Colors of #6F6238
Black with #6F6238
Text Example
Text Example
White with #6F6238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6238; }
p { color: rgb(111,98,56); }
H1.HeaderClassName
{
color: #6F6238;
}
.AnyTagClassName
{
color: #6F6238;
}
</style>
background-color css
<style>
a { background-color: #6F6238; }
a { background-color: rgb(111,98,56); }
div.DivClassName
{
background-color: #6F6238;
}
.BgClassName
{
background-color: #6F6238;
}
</style>
border-color css
<style>
span { border-color: #6F6238; }
span { border-color: rgb(111,98,56); }
td.TdClassName
{
border-color: #6F6238;
}
.TagClassName
{
border-color: #6F6238;
}
</style>