Shades of Hemlock #68654A
Tints of Hemlock #68654A
RGB
CMYK
RGB Variations
Color information
#68654A (or 0x68654A) is known color: Hemlock. HEX triplet: 68, 65 and 4A. RGB value is (104,101,74). Sum of RGB (Red+Green+Blue) = 104+101+74=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #68654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68654A is #979AB5. Grayscale: #626262. Windows color (decimal): -9935542 or 4875624. OLE color: 4875624.
HSL color Cylindrical-coordinate representation of color #68654A: hue angle of 54º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68654A is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 74 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.59 |
| HSL | 54º | 0.17% | 0.35% | - |
| HSV(B) | 54º | 0.29% | 0.41% | - |
| XYZ | 11.6 | 12.74 | 8.33 | - |
| YUV | 98.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 74 | 0 | 0.03 | 0.29 | 0.59 | 54 | 0.17 | 0.35 |
| Hex | 68 | 65 | 4A | 0 | 3 | 1D | 3B | 36 | 11 | 23 |
| Octal | 150 | 145 | 112 | 0 | 3 | 35 | 73 | 66 | 21 | 43 |
| Binary | 1101000 | 1100101 | 1001010 | 0 | 11 | 11101 | 111011 | 110110 | 10001 | 100011 |
Color Harmonies of #68654A
Complementary color
Monochromatic Colors of #68654A
Black with #68654A
Text Example
Text Example
White with #68654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68654A; }
p { color: rgb(104,101,74); }
H1.HeaderClassName
{
color: #68654A;
}
.AnyTagClassName
{
color: #68654A;
}
</style>
background-color css
<style>
a { background-color: #68654A; }
a { background-color: rgb(104,101,74); }
div.DivClassName
{
background-color: #68654A;
}
.BgClassName
{
background-color: #68654A;
}
</style>
border-color css
<style>
span { border-color: #68654A; }
span { border-color: rgb(104,101,74); }
td.TdClassName
{
border-color: #68654A;
}
.TagClassName
{
border-color: #68654A;
}
</style>