Shades of Hemlock #676552
Tints of Hemlock #676552
RGB
CMYK
RGB Variations
Color information
#676552 (or 0x676552) is known color: Hemlock. HEX triplet: 67, 65 and 52. RGB value is (103,101,82). Sum of RGB (Red+Green+Blue) = 103+101+82=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 103 - color contains mainly: red. Hex color #676552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676552 is #989AAD. Grayscale: #636363. Windows color (decimal): -10001070 or 5399911. OLE color: 5399911.
HSL color Cylindrical-coordinate representation of color #676552: hue angle of 54.29º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #676552 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 101 | 82 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.60 |
| HSL | 54.29º | 0.11% | 0.36% | - |
| HSV(B) | 54.29º | 0.2% | 0.4% | - |
| XYZ | 11.77 | 12.8 | 9.83 | - |
| YUV | 99.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 82 | 0 | 0.02 | 0.20 | 0.60 | 54.29 | 0.11 | 0.36 |
| Hex | 67 | 65 | 52 | 0 | 2 | 14 | 3C | 36 | B | 24 |
| Octal | 147 | 145 | 122 | 0 | 2 | 24 | 74 | 66 | 13 | 44 |
| Binary | 1100111 | 1100101 | 1010010 | 0 | 10 | 10100 | 111100 | 110110 | 1011 | 100100 |
Color Harmonies of #676552
Complementary color
Monochromatic Colors of #676552
Black with #676552
Text Example
Text Example
White with #676552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676552; }
p { color: rgb(103,101,82); }
H1.HeaderClassName
{
color: #676552;
}
.AnyTagClassName
{
color: #676552;
}
</style>
background-color css
<style>
a { background-color: #676552; }
a { background-color: rgb(103,101,82); }
div.DivClassName
{
background-color: #676552;
}
.BgClassName
{
background-color: #676552;
}
</style>
border-color css
<style>
span { border-color: #676552; }
span { border-color: rgb(103,101,82); }
td.TdClassName
{
border-color: #676552;
}
.TagClassName
{
border-color: #676552;
}
</style>