Shades of Himalaya #6A5C34
Tints of Himalaya #6A5C34
RGB
CMYK
RGB Variations
Color information
#6A5C34 (or 0x6A5C34) is known color: Himalaya. HEX triplet: 6A, 5C and 34. RGB value is (106,92,52). Sum of RGB (Red+Green+Blue) = 106+92+52=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5C34 is #95A3CB. Grayscale: #5B5B5B. Windows color (decimal): -9806796 or 3431530. OLE color: 3431530.
HSL color Cylindrical-coordinate representation of color #6A5C34: hue angle of 44.44º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A5C34 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 92 | 52 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.58 |
| HSL | 44.44º | 0.34% | 0.31% | - |
| HSV(B) | 44.44º | 0.51% | 0.42% | - |
| XYZ | 10.39 | 10.97 | 4.82 | - |
| YUV | 91.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 92 | 52 | 0 | 0.13 | 0.51 | 0.58 | 44.44 | 0.34 | 0.31 |
| Hex | 6A | 5C | 34 | 0 | D | 33 | 3A | 2C | 22 | 1F |
| Octal | 152 | 134 | 64 | 0 | 15 | 63 | 72 | 54 | 42 | 37 |
| Binary | 1101010 | 1011100 | 110100 | 0 | 1101 | 110011 | 111010 | 101100 | 100010 | 11111 |
Color Harmonies of #6A5C34
Complementary color
Monochromatic Colors of #6A5C34
Black with #6A5C34
Text Example
Text Example
White with #6A5C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5C34; }
p { color: rgb(106,92,52); }
H1.HeaderClassName
{
color: #6A5C34;
}
.AnyTagClassName
{
color: #6A5C34;
}
</style>
background-color css
<style>
a { background-color: #6A5C34; }
a { background-color: rgb(106,92,52); }
div.DivClassName
{
background-color: #6A5C34;
}
.BgClassName
{
background-color: #6A5C34;
}
</style>
border-color css
<style>
span { border-color: #6A5C34; }
span { border-color: rgb(106,92,52); }
td.TdClassName
{
border-color: #6A5C34;
}
.TagClassName
{
border-color: #6A5C34;
}
</style>