Shades of Hairy Heath #673A29
Tints of Hairy Heath #673A29
RGB
CMYK
RGB Variations
Color information
#673A29 (or 0x673A29) is known color: Hairy Heath. HEX triplet: 67, 3A and 29. RGB value is (103,58,41). Sum of RGB (Red+Green+Blue) = 103+58+41=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #673A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673A29 is #98C5D6. Grayscale: #454545. Windows color (decimal): -10012119 or 2701927. OLE color: 2701927.
HSL color Cylindrical-coordinate representation of color #673A29: hue angle of 16.45º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #673A29 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 58 | 41 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.60 |
| HSL | 16.45º | 0.43% | 0.28% | - |
| HSV(B) | 16.45º | 0.6% | 0.4% | - |
| XYZ | 7.51 | 6.07 | 2.87 | - |
| YUV | 69.52 | 111.91 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 41 | 0 | 0.44 | 0.60 | 0.60 | 16.45 | 0.43 | 0.28 |
| Hex | 67 | 3A | 29 | 0 | 2C | 3C | 3C | 10 | 2B | 1C |
| Octal | 147 | 72 | 51 | 0 | 54 | 74 | 74 | 20 | 53 | 34 |
| Binary | 1100111 | 111010 | 101001 | 0 | 101100 | 111100 | 111100 | 10000 | 101011 | 11100 |
Color Harmonies of #673A29
Complementary color
Monochromatic Colors of #673A29
Black with #673A29
Text Example
Text Example
White with #673A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A29; }
p { color: rgb(103,58,41); }
H1.HeaderClassName
{
color: #673A29;
}
.AnyTagClassName
{
color: #673A29;
}
</style>
background-color css
<style>
a { background-color: #673A29; }
a { background-color: rgb(103,58,41); }
div.DivClassName
{
background-color: #673A29;
}
.BgClassName
{
background-color: #673A29;
}
</style>
border-color css
<style>
span { border-color: #673A29; }
span { border-color: rgb(103,58,41); }
td.TdClassName
{
border-color: #673A29;
}
.TagClassName
{
border-color: #673A29;
}
</style>