Shades of Dingley #64764B
Tints of Dingley #64764B
RGB
CMYK
RGB Variations
Color information
#64764B (or 0x64764B) is known color: Dingley. HEX triplet: 64, 76 and 4B. RGB value is (100,118,75). Sum of RGB (Red+Green+Blue) = 100+118+75=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #64764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64764B is #9B89B4. Grayscale: #6B6B6B. Windows color (decimal): -10193333 or 4945508. OLE color: 4945508.
HSL color Cylindrical-coordinate representation of color #64764B: hue angle of 85.12º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64764B is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 118 | 75 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.54 |
| HSL | 85.12º | 0.22% | 0.38% | - |
| HSV(B) | 85.12º | 0.36% | 0.46% | - |
| XYZ | 13 | 16.17 | 9.09 | - |
| YUV | 107.72 | 109.54 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 75 | 0.15 | 0 | 0.36 | 0.54 | 85.12 | 0.22 | 0.38 |
| Hex | 64 | 76 | 4B | F | 0 | 24 | 36 | 55 | 16 | 26 |
| Octal | 144 | 166 | 113 | 17 | 0 | 44 | 66 | 125 | 26 | 46 |
| Binary | 1100100 | 1110110 | 1001011 | 1111 | 0 | 100100 | 110110 | 1010101 | 10110 | 100110 |
Color Harmonies of #64764B
Complementary color
Monochromatic Colors of #64764B
Black with #64764B
Text Example
Text Example
White with #64764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64764B; }
p { color: rgb(100,118,75); }
H1.HeaderClassName
{
color: #64764B;
}
.AnyTagClassName
{
color: #64764B;
}
</style>
background-color css
<style>
a { background-color: #64764B; }
a { background-color: rgb(100,118,75); }
div.DivClassName
{
background-color: #64764B;
}
.BgClassName
{
background-color: #64764B;
}
</style>
border-color css
<style>
span { border-color: #64764B; }
span { border-color: rgb(100,118,75); }
td.TdClassName
{
border-color: #64764B;
}
.TagClassName
{
border-color: #64764B;
}
</style>