Shades of Himalaya #6F622A
Tints of Himalaya #6F622A
RGB
CMYK
RGB Variations
Color information
#6F622A (or 0x6F622A) is known color: Himalaya. HEX triplet: 6F, 62 and 2A. RGB value is (111,98,42). Sum of RGB (Red+Green+Blue) = 111+98+42=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F622A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F622A is #909DD5. Grayscale: #5F5F5F. Windows color (decimal): -9477590 or 2777711. OLE color: 2777711.
HSL color Cylindrical-coordinate representation of color #6F622A: hue angle of 48.7º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F622A is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 42 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.56 |
| HSL | 48.7º | 0.45% | 0.3% | - |
| HSV(B) | 48.7º | 0.62% | 0.44% | - |
| XYZ | 11.34 | 12.28 | 3.96 | - |
| YUV | 95.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 42 | 0 | 0.12 | 0.62 | 0.56 | 48.7 | 0.45 | 0.3 |
| Hex | 6F | 62 | 2A | 0 | C | 3E | 38 | 31 | 2D | 1E |
| Octal | 157 | 142 | 52 | 0 | 14 | 76 | 70 | 61 | 55 | 36 |
| Binary | 1101111 | 1100010 | 101010 | 0 | 1100 | 111110 | 111000 | 110001 | 101101 | 11110 |
Color Harmonies of #6F622A
Complementary color
Monochromatic Colors of #6F622A
Black with #6F622A
Text Example
Text Example
White with #6F622A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F622A; }
p { color: rgb(111,98,42); }
H1.HeaderClassName
{
color: #6F622A;
}
.AnyTagClassName
{
color: #6F622A;
}
</style>
background-color css
<style>
a { background-color: #6F622A; }
a { background-color: rgb(111,98,42); }
div.DivClassName
{
background-color: #6F622A;
}
.BgClassName
{
background-color: #6F622A;
}
</style>
border-color css
<style>
span { border-color: #6F622A; }
span { border-color: rgb(111,98,42); }
td.TdClassName
{
border-color: #6F622A;
}
.TagClassName
{
border-color: #6F622A;
}
</style>