Shades of Himalaya #6F6028
Tints of Himalaya #6F6028
RGB
CMYK
RGB Variations
Color information
#6F6028 (or 0x6F6028) is known color: Himalaya. HEX triplet: 6F, 60 and 28. RGB value is (111,96,40). Sum of RGB (Red+Green+Blue) = 111+96+40=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6028 is #909FD7. Grayscale: #5E5E5E. Windows color (decimal): -9478104 or 2646127. OLE color: 2646127.
HSL color Cylindrical-coordinate representation of color #6F6028: hue angle of 47.32º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F6028 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 40 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.56 |
| HSL | 47.32º | 0.47% | 0.3% | - |
| HSV(B) | 47.32º | 0.64% | 0.44% | - |
| XYZ | 11.12 | 11.9 | 3.72 | - |
| YUV | 94.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 40 | 0 | 0.14 | 0.64 | 0.56 | 47.32 | 0.47 | 0.3 |
| Hex | 6F | 60 | 28 | 0 | E | 40 | 38 | 2F | 2F | 1E |
| Octal | 157 | 140 | 50 | 0 | 16 | 100 | 70 | 57 | 57 | 36 |
| Binary | 1101111 | 1100000 | 101000 | 0 | 1110 | 1000000 | 111000 | 101111 | 101111 | 11110 |
Color Harmonies of #6F6028
Complementary color
Monochromatic Colors of #6F6028
Black with #6F6028
Text Example
Text Example
White with #6F6028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6028; }
p { color: rgb(111,96,40); }
H1.HeaderClassName
{
color: #6F6028;
}
.AnyTagClassName
{
color: #6F6028;
}
</style>
background-color css
<style>
a { background-color: #6F6028; }
a { background-color: rgb(111,96,40); }
div.DivClassName
{
background-color: #6F6028;
}
.BgClassName
{
background-color: #6F6028;
}
</style>
border-color css
<style>
span { border-color: #6F6028; }
span { border-color: rgb(111,96,40); }
td.TdClassName
{
border-color: #6F6028;
}
.TagClassName
{
border-color: #6F6028;
}
</style>