Shades of Himalaya #6A5F30
Tints of Himalaya #6A5F30
RGB
CMYK
RGB Variations
Color information
#6A5F30 (or 0x6A5F30) is known color: Himalaya. HEX triplet: 6A, 5F and 30. RGB value is (106,95,48). Sum of RGB (Red+Green+Blue) = 106+95+48=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5F30 is #95A0CF. Grayscale: #5D5D5D. Windows color (decimal): -9806032 or 3170154. OLE color: 3170154.
HSL color Cylindrical-coordinate representation of color #6A5F30: hue angle of 48.62º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A5F30 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 95 | 48 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.58 |
| HSL | 48.62º | 0.38% | 0.3% | - |
| HSV(B) | 48.62º | 0.55% | 0.42% | - |
| XYZ | 10.57 | 11.46 | 4.45 | - |
| YUV | 92.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 95 | 48 | 0 | 0.10 | 0.55 | 0.58 | 48.62 | 0.38 | 0.3 |
| Hex | 6A | 5F | 30 | 0 | A | 37 | 3A | 31 | 26 | 1E |
| Octal | 152 | 137 | 60 | 0 | 12 | 67 | 72 | 61 | 46 | 36 |
| Binary | 1101010 | 1011111 | 110000 | 0 | 1010 | 110111 | 111010 | 110001 | 100110 | 11110 |
Color Harmonies of #6A5F30
Complementary color
Monochromatic Colors of #6A5F30
Black with #6A5F30
Text Example
Text Example
White with #6A5F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5F30; }
p { color: rgb(106,95,48); }
H1.HeaderClassName
{
color: #6A5F30;
}
.AnyTagClassName
{
color: #6A5F30;
}
</style>
background-color css
<style>
a { background-color: #6A5F30; }
a { background-color: rgb(106,95,48); }
div.DivClassName
{
background-color: #6A5F30;
}
.BgClassName
{
background-color: #6A5F30;
}
</style>
border-color css
<style>
span { border-color: #6A5F30; }
span { border-color: rgb(106,95,48); }
td.TdClassName
{
border-color: #6A5F30;
}
.TagClassName
{
border-color: #6A5F30;
}
</style>