Shades of Hairy Heath #603123
Tints of Hairy Heath #603123
RGB
CMYK
RGB Variations
Color information
#603123 (or 0x603123) is known color: Hairy Heath. HEX triplet: 60, 31 and 23. RGB value is (96,49,35). Sum of RGB (Red+Green+Blue) = 96+49+35=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #603123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603123 is #9FCEDC. Grayscale: #3D3D3D. Windows color (decimal): -10473181 or 2306400. OLE color: 2306400.
HSL color Cylindrical-coordinate representation of color #603123: hue angle of 13.77º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #603123 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 35 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.62 |
| HSL | 13.77º | 0.47% | 0.26% | - |
| HSV(B) | 13.77º | 0.64% | 0.38% | - |
| XYZ | 6.23 | 4.8 | 2.19 | - |
| YUV | 61.46 | 113.07 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 35 | 0 | 0.49 | 0.64 | 0.62 | 13.77 | 0.47 | 0.26 |
| Hex | 60 | 31 | 23 | 0 | 31 | 40 | 3E | E | 2F | 1A |
| Octal | 140 | 61 | 43 | 0 | 61 | 100 | 76 | 16 | 57 | 32 |
| Binary | 1100000 | 110001 | 100011 | 0 | 110001 | 1000000 | 111110 | 1110 | 101111 | 11010 |
Color Harmonies of #603123
Complementary color
Monochromatic Colors of #603123
Black with #603123
Text Example
Text Example
White with #603123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603123; }
p { color: rgb(96,49,35); }
H1.HeaderClassName
{
color: #603123;
}
.AnyTagClassName
{
color: #603123;
}
</style>
background-color css
<style>
a { background-color: #603123; }
a { background-color: rgb(96,49,35); }
div.DivClassName
{
background-color: #603123;
}
.BgClassName
{
background-color: #603123;
}
</style>
border-color css
<style>
span { border-color: #603123; }
span { border-color: rgb(96,49,35); }
td.TdClassName
{
border-color: #603123;
}
.TagClassName
{
border-color: #603123;
}
</style>