Shades of Himalaya #675B34
Tints of Himalaya #675B34
RGB
CMYK
RGB Variations
Color information
#675B34 (or 0x675B34) is known color: Himalaya. HEX triplet: 67, 5B and 34. RGB value is (103,91,52). Sum of RGB (Red+Green+Blue) = 103+91+52=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 103 - color contains mainly: red. Hex color #675B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675B34 is #98A4CB. Grayscale: #5A5A5A. Windows color (decimal): -10003660 or 3431271. OLE color: 3431271.
HSL color Cylindrical-coordinate representation of color #675B34: hue angle of 45.88º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #675B34 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 91 | 52 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.60 |
| HSL | 45.88º | 0.33% | 0.3% | - |
| HSV(B) | 45.88º | 0.5% | 0.4% | - |
| XYZ | 9.95 | 10.61 | 4.77 | - |
| YUV | 90.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 52 | 0 | 0.12 | 0.50 | 0.60 | 45.88 | 0.33 | 0.3 |
| Hex | 67 | 5B | 34 | 0 | C | 32 | 3C | 2E | 21 | 1E |
| Octal | 147 | 133 | 64 | 0 | 14 | 62 | 74 | 56 | 41 | 36 |
| Binary | 1100111 | 1011011 | 110100 | 0 | 1100 | 110010 | 111100 | 101110 | 100001 | 11110 |
Color Harmonies of #675B34
Complementary color
Monochromatic Colors of #675B34
Black with #675B34
Text Example
Text Example
White with #675B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B34; }
p { color: rgb(103,91,52); }
H1.HeaderClassName
{
color: #675B34;
}
.AnyTagClassName
{
color: #675B34;
}
</style>
background-color css
<style>
a { background-color: #675B34; }
a { background-color: rgb(103,91,52); }
div.DivClassName
{
background-color: #675B34;
}
.BgClassName
{
background-color: #675B34;
}
</style>
border-color css
<style>
span { border-color: #675B34; }
span { border-color: rgb(103,91,52); }
td.TdClassName
{
border-color: #675B34;
}
.TagClassName
{
border-color: #675B34;
}
</style>