Shades of Hairy Heath #67382B
Tints of Hairy Heath #67382B
RGB
CMYK
RGB Variations
Color information
#67382B (or 0x67382B) is known color: Hairy Heath. HEX triplet: 67, 38 and 2B. RGB value is (103,56,43). Sum of RGB (Red+Green+Blue) = 103+56+43=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #67382B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67382B is #98C7D4. Grayscale: #444444. Windows color (decimal): -10012629 or 2832487. OLE color: 2832487.
HSL color Cylindrical-coordinate representation of color #67382B: hue angle of 13º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67382B is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 56 | 43 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.60 |
| HSL | 13º | 0.41% | 0.29% | - |
| HSV(B) | 13º | 0.58% | 0.4% | - |
| XYZ | 7.44 | 5.89 | 3.03 | - |
| YUV | 68.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 43 | 0 | 0.46 | 0.58 | 0.60 | 13 | 0.41 | 0.29 |
| Hex | 67 | 38 | 2B | 0 | 2E | 3A | 3C | D | 29 | 1D |
| Octal | 147 | 70 | 53 | 0 | 56 | 72 | 74 | 15 | 51 | 35 |
| Binary | 1100111 | 111000 | 101011 | 0 | 101110 | 111010 | 111100 | 1101 | 101001 | 11101 |
Color Harmonies of #67382B
Complementary color
Monochromatic Colors of #67382B
Black with #67382B
Text Example
Text Example
White with #67382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67382B; }
p { color: rgb(103,56,43); }
H1.HeaderClassName
{
color: #67382B;
}
.AnyTagClassName
{
color: #67382B;
}
</style>
background-color css
<style>
a { background-color: #67382B; }
a { background-color: rgb(103,56,43); }
div.DivClassName
{
background-color: #67382B;
}
.BgClassName
{
background-color: #67382B;
}
</style>
border-color css
<style>
span { border-color: #67382B; }
span { border-color: rgb(103,56,43); }
td.TdClassName
{
border-color: #67382B;
}
.TagClassName
{
border-color: #67382B;
}
</style>