Shades of Crocodile #646051
Tints of Crocodile #646051
RGB
CMYK
RGB Variations
Color information
#646051 (or 0x646051) is known color: Crocodile. HEX triplet: 64, 60 and 51. RGB value is (100,96,81). Sum of RGB (Red+Green+Blue) = 100+96+81=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 100 - color contains mainly: red. Hex color #646051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646051 is #9B9FAE. Grayscale: #5F5F5F. Windows color (decimal): -10198959 or 5333092. OLE color: 5333092.
HSL color Cylindrical-coordinate representation of color #646051: hue angle of 47.37º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #646051 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 96 | 81 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.61 |
| HSL | 47.37º | 0.1% | 0.35% | - |
| HSV(B) | 47.37º | 0.19% | 0.39% | - |
| XYZ | 10.92 | 11.67 | 9.46 | - |
| YUV | 95.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 81 | 0 | 0.04 | 0.19 | 0.61 | 47.37 | 0.1 | 0.35 |
| Hex | 64 | 60 | 51 | 0 | 4 | 13 | 3D | 2F | A | 23 |
| Octal | 144 | 140 | 121 | 0 | 4 | 23 | 75 | 57 | 12 | 43 |
| Binary | 1100100 | 1100000 | 1010001 | 0 | 100 | 10011 | 111101 | 101111 | 1010 | 100011 |
Color Harmonies of #646051
Complementary color
Monochromatic Colors of #646051
Black with #646051
Text Example
Text Example
White with #646051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646051; }
p { color: rgb(100,96,81); }
H1.HeaderClassName
{
color: #646051;
}
.AnyTagClassName
{
color: #646051;
}
</style>
background-color css
<style>
a { background-color: #646051; }
a { background-color: rgb(100,96,81); }
div.DivClassName
{
background-color: #646051;
}
.BgClassName
{
background-color: #646051;
}
</style>
border-color css
<style>
span { border-color: #646051; }
span { border-color: rgb(100,96,81); }
td.TdClassName
{
border-color: #646051;
}
.TagClassName
{
border-color: #646051;
}
</style>