Shades of Himalaya #6F6538
Tints of Himalaya #6F6538
RGB
CMYK
RGB Variations
Color information
#6F6538 (or 0x6F6538) is known color: Himalaya. HEX triplet: 6F, 65 and 38. RGB value is (111,101,56). Sum of RGB (Red+Green+Blue) = 111+101+56=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6538 is #909AC7. Grayscale: #636363. Windows color (decimal): -9476808 or 3695983. OLE color: 3695983.
HSL color Cylindrical-coordinate representation of color #6F6538: hue angle of 49.09º 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 #6F6538 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 56 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.56 |
| HSL | 49.09º | 0.33% | 0.33% | - |
| HSV(B) | 49.09º | 0.5% | 0.44% | - |
| XYZ | 11.92 | 12.97 | 5.62 | - |
| YUV | 98.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 56 | 0 | 0.09 | 0.50 | 0.56 | 49.09 | 0.33 | 0.33 |
| Hex | 6F | 65 | 38 | 0 | 9 | 32 | 38 | 31 | 21 | 21 |
| Octal | 157 | 145 | 70 | 0 | 11 | 62 | 70 | 61 | 41 | 41 |
| Binary | 1101111 | 1100101 | 111000 | 0 | 1001 | 110010 | 111000 | 110001 | 100001 | 100001 |
Color Harmonies of #6F6538
Complementary color
Monochromatic Colors of #6F6538
Black with #6F6538
Text Example
Text Example
White with #6F6538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6538; }
p { color: rgb(111,101,56); }
H1.HeaderClassName
{
color: #6F6538;
}
.AnyTagClassName
{
color: #6F6538;
}
</style>
background-color css
<style>
a { background-color: #6F6538; }
a { background-color: rgb(111,101,56); }
div.DivClassName
{
background-color: #6F6538;
}
.BgClassName
{
background-color: #6F6538;
}
</style>
border-color css
<style>
span { border-color: #6F6538; }
span { border-color: rgb(111,101,56); }
td.TdClassName
{
border-color: #6F6538;
}
.TagClassName
{
border-color: #6F6538;
}
</style>