Shades of Hemlock #69654B
Tints of Hemlock #69654B
RGB
CMYK
RGB Variations
Color information
#69654B (or 0x69654B) is known color: Hemlock. HEX triplet: 69, 65 and 4B. RGB value is (105,101,75). Sum of RGB (Red+Green+Blue) = 105+101+75=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 105 - color contains mainly: red. Hex color #69654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69654B is #969AB4. Grayscale: #636363. Windows color (decimal): -9870005 or 4941161. OLE color: 4941161.
HSL color Cylindrical-coordinate representation of color #69654B: hue angle of 52º 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 #69654B is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 101 | 75 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.59 |
| HSL | 52º | 0.17% | 0.35% | - |
| HSV(B) | 52º | 0.29% | 0.41% | - |
| XYZ | 11.75 | 12.82 | 8.51 | - |
| YUV | 99.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 75 | 0 | 0.04 | 0.29 | 0.59 | 52 | 0.17 | 0.35 |
| Hex | 69 | 65 | 4B | 0 | 4 | 1D | 3B | 34 | 11 | 23 |
| Octal | 151 | 145 | 113 | 0 | 4 | 35 | 73 | 64 | 21 | 43 |
| Binary | 1101001 | 1100101 | 1001011 | 0 | 100 | 11101 | 111011 | 110100 | 10001 | 100011 |
Color Harmonies of #69654B
Complementary color
Monochromatic Colors of #69654B
Black with #69654B
Text Example
Text Example
White with #69654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69654B; }
p { color: rgb(105,101,75); }
H1.HeaderClassName
{
color: #69654B;
}
.AnyTagClassName
{
color: #69654B;
}
</style>
background-color css
<style>
a { background-color: #69654B; }
a { background-color: rgb(105,101,75); }
div.DivClassName
{
background-color: #69654B;
}
.BgClassName
{
background-color: #69654B;
}
</style>
border-color css
<style>
span { border-color: #69654B; }
span { border-color: rgb(105,101,75); }
td.TdClassName
{
border-color: #69654B;
}
.TagClassName
{
border-color: #69654B;
}
</style>