Shades of Himalaya #6F621F
Tints of Himalaya #6F621F
RGB
CMYK
RGB Variations
Color information
#6F621F (or 0x6F621F) is known color: Himalaya. HEX triplet: 6F, 62 and 1F. RGB value is (111,98,31). Sum of RGB (Red+Green+Blue) = 111+98+31=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F621F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F621F is #909DE0. Grayscale: #5E5E5E. Windows color (decimal): -9477601 or 2056815. OLE color: 2056815.
HSL color Cylindrical-coordinate representation of color #6F621F: hue angle of 50.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F621F is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 31 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.56 |
| HSL | 50.25º | 0.56% | 0.28% | - |
| HSV(B) | 50.25º | 0.72% | 0.44% | - |
| XYZ | 11.17 | 12.21 | 3.07 | - |
| YUV | 94.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 31 | 0 | 0.12 | 0.72 | 0.56 | 50.25 | 0.56 | 0.28 |
| Hex | 6F | 62 | 1F | 0 | C | 48 | 38 | 32 | 38 | 1C |
| Octal | 157 | 142 | 37 | 0 | 14 | 110 | 70 | 62 | 70 | 34 |
| Binary | 1101111 | 1100010 | 11111 | 0 | 1100 | 1001000 | 111000 | 110010 | 111000 | 11100 |
Color Harmonies of #6F621F
Complementary color
Monochromatic Colors of #6F621F
Black with #6F621F
Text Example
Text Example
White with #6F621F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F621F; }
p { color: rgb(111,98,31); }
H1.HeaderClassName
{
color: #6F621F;
}
.AnyTagClassName
{
color: #6F621F;
}
</style>
background-color css
<style>
a { background-color: #6F621F; }
a { background-color: rgb(111,98,31); }
div.DivClassName
{
background-color: #6F621F;
}
.BgClassName
{
background-color: #6F621F;
}
</style>
border-color css
<style>
span { border-color: #6F621F; }
span { border-color: rgb(111,98,31); }
td.TdClassName
{
border-color: #6F621F;
}
.TagClassName
{
border-color: #6F621F;
}
</style>