Shades of Hairy Heath #67311C
Tints of Hairy Heath #67311C
RGB
CMYK
RGB Variations
Color information
#67311C (or 0x67311C) is known color: Hairy Heath. HEX triplet: 67, 31 and 1C. RGB value is (103,49,28). Sum of RGB (Red+Green+Blue) = 103+49+28=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #67311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67311C is #98CEE3. Grayscale: #3E3E3E. Windows color (decimal): -10014436 or 1847655. OLE color: 1847655.
HSL color Cylindrical-coordinate representation of color #67311C: hue angle of 16.8º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #67311C is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 28 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.60 |
| HSL | 16.8º | 0.57% | 0.26% | - |
| HSV(B) | 16.8º | 0.73% | 0.4% | - |
| XYZ | 6.9 | 5.16 | 1.73 | - |
| YUV | 62.75 | 108.39 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 28 | 0 | 0.52 | 0.73 | 0.60 | 16.8 | 0.57 | 0.26 |
| Hex | 67 | 31 | 1C | 0 | 34 | 49 | 3C | 11 | 39 | 1A |
| Octal | 147 | 61 | 34 | 0 | 64 | 111 | 74 | 21 | 71 | 32 |
| Binary | 1100111 | 110001 | 11100 | 0 | 110100 | 1001001 | 111100 | 10001 | 111001 | 11010 |
Color Harmonies of #67311C
Complementary color
Monochromatic Colors of #67311C
Black with #67311C
Text Example
Text Example
White with #67311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67311C; }
p { color: rgb(103,49,28); }
H1.HeaderClassName
{
color: #67311C;
}
.AnyTagClassName
{
color: #67311C;
}
</style>
background-color css
<style>
a { background-color: #67311C; }
a { background-color: rgb(103,49,28); }
div.DivClassName
{
background-color: #67311C;
}
.BgClassName
{
background-color: #67311C;
}
</style>
border-color css
<style>
span { border-color: #67311C; }
span { border-color: rgb(103,49,28); }
td.TdClassName
{
border-color: #67311C;
}
.TagClassName
{
border-color: #67311C;
}
</style>