Shades of Himalaya #675D35
Tints of Himalaya #675D35
RGB
CMYK
RGB Variations
Color information
#675D35 (or 0x675D35) is known color: Himalaya. HEX triplet: 67, 5D and 35. RGB value is (103,93,53). Sum of RGB (Red+Green+Blue) = 103+93+53=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 103 - color contains mainly: red. Hex color #675D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675D35 is #98A2CA. Grayscale: #5B5B5B. Windows color (decimal): -10003147 or 3497319. OLE color: 3497319.
HSL color Cylindrical-coordinate representation of color #675D35: hue angle of 48º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #675D35 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 93 | 53 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.60 |
| HSL | 48º | 0.32% | 0.31% | - |
| HSV(B) | 48º | 0.49% | 0.4% | - |
| XYZ | 10.15 | 10.97 | 4.95 | - |
| YUV | 91.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 53 | 0 | 0.10 | 0.49 | 0.60 | 48 | 0.32 | 0.31 |
| Hex | 67 | 5D | 35 | 0 | A | 31 | 3C | 30 | 20 | 1F |
| Octal | 147 | 135 | 65 | 0 | 12 | 61 | 74 | 60 | 40 | 37 |
| Binary | 1100111 | 1011101 | 110101 | 0 | 1010 | 110001 | 111100 | 110000 | 100000 | 11111 |
Color Harmonies of #675D35
Complementary color
Monochromatic Colors of #675D35
Black with #675D35
Text Example
Text Example
White with #675D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D35; }
p { color: rgb(103,93,53); }
H1.HeaderClassName
{
color: #675D35;
}
.AnyTagClassName
{
color: #675D35;
}
</style>
background-color css
<style>
a { background-color: #675D35; }
a { background-color: rgb(103,93,53); }
div.DivClassName
{
background-color: #675D35;
}
.BgClassName
{
background-color: #675D35;
}
</style>
border-color css
<style>
span { border-color: #675D35; }
span { border-color: rgb(103,93,53); }
td.TdClassName
{
border-color: #675D35;
}
.TagClassName
{
border-color: #675D35;
}
</style>