Shades of Hemlock #67684B
Tints of Hemlock #67684B
RGB
CMYK
RGB Variations
Color information
#67684B (or 0x67684B) is known color: Hemlock. HEX triplet: 67, 68 and 4B. RGB value is (103,104,75). Sum of RGB (Red+Green+Blue) = 103+104+75=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #67684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67684B is #9897B4. Grayscale: #646464. Windows color (decimal): -10000309 or 4941927. OLE color: 4941927.
HSL color Cylindrical-coordinate representation of color #67684B: hue angle of 62.07º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67684B is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 104 | 75 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.59 |
| HSL | 62.07º | 0.16% | 0.35% | - |
| HSV(B) | 62.07º | 0.28% | 0.41% | - |
| XYZ | 11.81 | 13.29 | 8.6 | - |
| YUV | 100.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 75 | 0.01 | 0 | 0.28 | 0.59 | 62.07 | 0.16 | 0.35 |
| Hex | 67 | 68 | 4B | 1 | 0 | 1C | 3B | 3E | 10 | 23 |
| Octal | 147 | 150 | 113 | 1 | 0 | 34 | 73 | 76 | 20 | 43 |
| Binary | 1100111 | 1101000 | 1001011 | 1 | 0 | 11100 | 111011 | 111110 | 10000 | 100011 |
Color Harmonies of #67684B
Complementary color
Monochromatic Colors of #67684B
Black with #67684B
Text Example
Text Example
White with #67684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67684B; }
p { color: rgb(103,104,75); }
H1.HeaderClassName
{
color: #67684B;
}
.AnyTagClassName
{
color: #67684B;
}
</style>
background-color css
<style>
a { background-color: #67684B; }
a { background-color: rgb(103,104,75); }
div.DivClassName
{
background-color: #67684B;
}
.BgClassName
{
background-color: #67684B;
}
</style>
border-color css
<style>
span { border-color: #67684B; }
span { border-color: rgb(103,104,75); }
td.TdClassName
{
border-color: #67684B;
}
.TagClassName
{
border-color: #67684B;
}
</style>