Shades of Himalaya #675B32
Tints of Himalaya #675B32
RGB
CMYK
RGB Variations
Color information
#675B32 (or 0x675B32) is known color: Himalaya. HEX triplet: 67, 5B and 32. RGB value is (103,91,50). Sum of RGB (Red+Green+Blue) = 103+91+50=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 103 - color contains mainly: red. Hex color #675B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675B32 is #98A4CD. Grayscale: #5A5A5A. Windows color (decimal): -10003662 or 3300199. OLE color: 3300199.
HSL color Cylindrical-coordinate representation of color #675B32: hue angle of 46.42º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #675B32 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 91 | 50 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.60 |
| HSL | 46.42º | 0.35% | 0.3% | - |
| HSV(B) | 46.42º | 0.51% | 0.4% | - |
| XYZ | 9.91 | 10.6 | 4.54 | - |
| YUV | 89.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 50 | 0 | 0.12 | 0.51 | 0.60 | 46.42 | 0.35 | 0.3 |
| Hex | 67 | 5B | 32 | 0 | C | 33 | 3C | 2E | 23 | 1E |
| Octal | 147 | 133 | 62 | 0 | 14 | 63 | 74 | 56 | 43 | 36 |
| Binary | 1100111 | 1011011 | 110010 | 0 | 1100 | 110011 | 111100 | 101110 | 100011 | 11110 |
Color Harmonies of #675B32
Complementary color
Monochromatic Colors of #675B32
Black with #675B32
Text Example
Text Example
White with #675B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B32; }
p { color: rgb(103,91,50); }
H1.HeaderClassName
{
color: #675B32;
}
.AnyTagClassName
{
color: #675B32;
}
</style>
background-color css
<style>
a { background-color: #675B32; }
a { background-color: rgb(103,91,50); }
div.DivClassName
{
background-color: #675B32;
}
.BgClassName
{
background-color: #675B32;
}
</style>
border-color css
<style>
span { border-color: #675B32; }
span { border-color: rgb(103,91,50); }
td.TdClassName
{
border-color: #675B32;
}
.TagClassName
{
border-color: #675B32;
}
</style>