Shades of Hairy Heath #673B2F
Tints of Hairy Heath #673B2F
RGB
CMYK
RGB Variations
Color information
#673B2F (or 0x673B2F) is known color: Hairy Heath. HEX triplet: 67, 3B and 2F. RGB value is (103,59,47). Sum of RGB (Red+Green+Blue) = 103+59+47=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #673B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673B2F is #98C4D0. Grayscale: #464646. Windows color (decimal): -10011857 or 3095399. OLE color: 3095399.
HSL color Cylindrical-coordinate representation of color #673B2F: hue angle of 12.86º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #673B2F is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 59 | 47 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.60 |
| HSL | 12.86º | 0.37% | 0.29% | - |
| HSV(B) | 12.86º | 0.54% | 0.4% | - |
| XYZ | 7.67 | 6.22 | 3.48 | - |
| YUV | 70.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 47 | 0 | 0.43 | 0.54 | 0.60 | 12.86 | 0.37 | 0.29 |
| Hex | 67 | 3B | 2F | 0 | 2B | 36 | 3C | D | 25 | 1D |
| Octal | 147 | 73 | 57 | 0 | 53 | 66 | 74 | 15 | 45 | 35 |
| Binary | 1100111 | 111011 | 101111 | 0 | 101011 | 110110 | 111100 | 1101 | 100101 | 11101 |
Color Harmonies of #673B2F
Complementary color
Monochromatic Colors of #673B2F
Black with #673B2F
Text Example
Text Example
White with #673B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673B2F; }
p { color: rgb(103,59,47); }
H1.HeaderClassName
{
color: #673B2F;
}
.AnyTagClassName
{
color: #673B2F;
}
</style>
background-color css
<style>
a { background-color: #673B2F; }
a { background-color: rgb(103,59,47); }
div.DivClassName
{
background-color: #673B2F;
}
.BgClassName
{
background-color: #673B2F;
}
</style>
border-color css
<style>
span { border-color: #673B2F; }
span { border-color: rgb(103,59,47); }
td.TdClassName
{
border-color: #673B2F;
}
.TagClassName
{
border-color: #673B2F;
}
</style>