Shades of Hairy Heath #67362A
Tints of Hairy Heath #67362A
RGB
CMYK
RGB Variations
Color information
#67362A (or 0x67362A) is known color: Hairy Heath. HEX triplet: 67, 36 and 2A. RGB value is (103,54,42). Sum of RGB (Red+Green+Blue) = 103+54+42=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #67362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67362A is #98C9D5. Grayscale: #434343. Windows color (decimal): -10013142 or 2766439. OLE color: 2766439.
HSL color Cylindrical-coordinate representation of color #67362A: hue angle of 11.8º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67362A is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 54 | 42 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.60 |
| HSL | 11.8º | 0.42% | 0.28% | - |
| HSV(B) | 11.8º | 0.59% | 0.4% | - |
| XYZ | 7.33 | 5.69 | 2.9 | - |
| YUV | 67.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 54 | 42 | 0 | 0.48 | 0.59 | 0.60 | 11.8 | 0.42 | 0.28 |
| Hex | 67 | 36 | 2A | 0 | 30 | 3B | 3C | C | 2A | 1C |
| Octal | 147 | 66 | 52 | 0 | 60 | 73 | 74 | 14 | 52 | 34 |
| Binary | 1100111 | 110110 | 101010 | 0 | 110000 | 111011 | 111100 | 1100 | 101010 | 11100 |
Color Harmonies of #67362A
Complementary color
Monochromatic Colors of #67362A
Black with #67362A
Text Example
Text Example
White with #67362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67362A; }
p { color: rgb(103,54,42); }
H1.HeaderClassName
{
color: #67362A;
}
.AnyTagClassName
{
color: #67362A;
}
</style>
background-color css
<style>
a { background-color: #67362A; }
a { background-color: rgb(103,54,42); }
div.DivClassName
{
background-color: #67362A;
}
.BgClassName
{
background-color: #67362A;
}
</style>
border-color css
<style>
span { border-color: #67362A; }
span { border-color: rgb(103,54,42); }
td.TdClassName
{
border-color: #67362A;
}
.TagClassName
{
border-color: #67362A;
}
</style>