Shades of Hairy Heath #673C2F
Tints of Hairy Heath #673C2F
RGB
CMYK
RGB Variations
Color information
#673C2F (or 0x673C2F) is known color: Hairy Heath. HEX triplet: 67, 3C and 2F. RGB value is (103,60,47). Sum of RGB (Red+Green+Blue) = 103+60+47=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #673C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673C2F is #98C3D0. Grayscale: #474747. Windows color (decimal): -10011601 or 3095655. OLE color: 3095655.
HSL color Cylindrical-coordinate representation of color #673C2F: hue angle of 13.93º 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 #673C2F is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 60 | 47 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.60 |
| HSL | 13.93º | 0.37% | 0.29% | - |
| HSV(B) | 13.93º | 0.54% | 0.4% | - |
| XYZ | 7.72 | 6.32 | 3.5 | - |
| YUV | 71.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 47 | 0 | 0.42 | 0.54 | 0.60 | 13.93 | 0.37 | 0.29 |
| Hex | 67 | 3C | 2F | 0 | 2A | 36 | 3C | E | 25 | 1D |
| Octal | 147 | 74 | 57 | 0 | 52 | 66 | 74 | 16 | 45 | 35 |
| Binary | 1100111 | 111100 | 101111 | 0 | 101010 | 110110 | 111100 | 1110 | 100101 | 11101 |
Color Harmonies of #673C2F
Complementary color
Monochromatic Colors of #673C2F
Black with #673C2F
Text Example
Text Example
White with #673C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673C2F; }
p { color: rgb(103,60,47); }
H1.HeaderClassName
{
color: #673C2F;
}
.AnyTagClassName
{
color: #673C2F;
}
</style>
background-color css
<style>
a { background-color: #673C2F; }
a { background-color: rgb(103,60,47); }
div.DivClassName
{
background-color: #673C2F;
}
.BgClassName
{
background-color: #673C2F;
}
</style>
border-color css
<style>
span { border-color: #673C2F; }
span { border-color: rgb(103,60,47); }
td.TdClassName
{
border-color: #673C2F;
}
.TagClassName
{
border-color: #673C2F;
}
</style>