Shades of Hairy Heath #673A2E
Tints of Hairy Heath #673A2E
RGB
CMYK
RGB Variations
Color information
#673A2E (or 0x673A2E) is known color: Hairy Heath. HEX triplet: 67, 3A and 2E. RGB value is (103,58,46). Sum of RGB (Red+Green+Blue) = 103+58+46=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #673A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673A2E is #98C5D1. Grayscale: #464646. Windows color (decimal): -10012114 or 3029607. OLE color: 3029607.
HSL color Cylindrical-coordinate representation of color #673A2E: hue angle of 12.63º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #673A2E is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 58 | 46 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.60 |
| HSL | 12.63º | 0.38% | 0.29% | - |
| HSV(B) | 12.63º | 0.55% | 0.4% | - |
| XYZ | 7.6 | 6.11 | 3.36 | - |
| YUV | 70.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 46 | 0 | 0.44 | 0.55 | 0.60 | 12.63 | 0.38 | 0.29 |
| Hex | 67 | 3A | 2E | 0 | 2C | 37 | 3C | D | 26 | 1D |
| Octal | 147 | 72 | 56 | 0 | 54 | 67 | 74 | 15 | 46 | 35 |
| Binary | 1100111 | 111010 | 101110 | 0 | 101100 | 110111 | 111100 | 1101 | 100110 | 11101 |
Color Harmonies of #673A2E
Complementary color
Monochromatic Colors of #673A2E
Black with #673A2E
Text Example
Text Example
White with #673A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A2E; }
p { color: rgb(103,58,46); }
H1.HeaderClassName
{
color: #673A2E;
}
.AnyTagClassName
{
color: #673A2E;
}
</style>
background-color css
<style>
a { background-color: #673A2E; }
a { background-color: rgb(103,58,46); }
div.DivClassName
{
background-color: #673A2E;
}
.BgClassName
{
background-color: #673A2E;
}
</style>
border-color css
<style>
span { border-color: #673A2E; }
span { border-color: rgb(103,58,46); }
td.TdClassName
{
border-color: #673A2E;
}
.TagClassName
{
border-color: #673A2E;
}
</style>