Shades of Hemlock #686548
Tints of Hemlock #686548
RGB
CMYK
RGB Variations
Color information
#686548 (or 0x686548) is known color: Hemlock. HEX triplet: 68, 65 and 48. RGB value is (104,101,72). Sum of RGB (Red+Green+Blue) = 104+101+72=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #686548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686548 is #979AB7. Grayscale: #626262. Windows color (decimal): -9935544 or 4744552. OLE color: 4744552.
HSL color Cylindrical-coordinate representation of color #686548: hue angle of 54.38º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #686548 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 72 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.59 |
| HSL | 54.38º | 0.18% | 0.35% | - |
| HSV(B) | 54.38º | 0.31% | 0.41% | - |
| XYZ | 11.53 | 12.72 | 7.98 | - |
| YUV | 98.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 72 | 0 | 0.03 | 0.31 | 0.59 | 54.38 | 0.18 | 0.35 |
| Hex | 68 | 65 | 48 | 0 | 3 | 1F | 3B | 36 | 12 | 23 |
| Octal | 150 | 145 | 110 | 0 | 3 | 37 | 73 | 66 | 22 | 43 |
| Binary | 1101000 | 1100101 | 1001000 | 0 | 11 | 11111 | 111011 | 110110 | 10010 | 100011 |
Color Harmonies of #686548
Complementary color
Monochromatic Colors of #686548
Black with #686548
Text Example
Text Example
White with #686548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686548; }
p { color: rgb(104,101,72); }
H1.HeaderClassName
{
color: #686548;
}
.AnyTagClassName
{
color: #686548;
}
</style>
background-color css
<style>
a { background-color: #686548; }
a { background-color: rgb(104,101,72); }
div.DivClassName
{
background-color: #686548;
}
.BgClassName
{
background-color: #686548;
}
</style>
border-color css
<style>
span { border-color: #686548; }
span { border-color: rgb(104,101,72); }
td.TdClassName
{
border-color: #686548;
}
.TagClassName
{
border-color: #686548;
}
</style>