Shades of Crocodile #65604D
Tints of Crocodile #65604D
RGB
CMYK
RGB Variations
Color information
#65604D (or 0x65604D) is known color: Crocodile. HEX triplet: 65, 60 and 4D. RGB value is (101,96,77). Sum of RGB (Red+Green+Blue) = 101+96+77=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 101 - color contains mainly: red. Hex color #65604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65604D is #9A9FB2. Grayscale: #5F5F5F. Windows color (decimal): -10133427 or 5070949. OLE color: 5070949.
HSL color Cylindrical-coordinate representation of color #65604D: hue angle of 47.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #65604D is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 96 | 77 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.60 |
| HSL | 47.5º | 0.13% | 0.35% | - |
| HSV(B) | 47.5º | 0.24% | 0.4% | - |
| XYZ | 10.89 | 11.67 | 8.7 | - |
| YUV | 95.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 77 | 0 | 0.05 | 0.24 | 0.60 | 47.5 | 0.13 | 0.35 |
| Hex | 65 | 60 | 4D | 0 | 5 | 18 | 3C | 30 | D | 23 |
| Octal | 145 | 140 | 115 | 0 | 5 | 30 | 74 | 60 | 15 | 43 |
| Binary | 1100101 | 1100000 | 1001101 | 0 | 101 | 11000 | 111100 | 110000 | 1101 | 100011 |
Color Harmonies of #65604D
Complementary color
Monochromatic Colors of #65604D
Black with #65604D
Text Example
Text Example
White with #65604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65604D; }
p { color: rgb(101,96,77); }
H1.HeaderClassName
{
color: #65604D;
}
.AnyTagClassName
{
color: #65604D;
}
</style>
background-color css
<style>
a { background-color: #65604D; }
a { background-color: rgb(101,96,77); }
div.DivClassName
{
background-color: #65604D;
}
.BgClassName
{
background-color: #65604D;
}
</style>
border-color css
<style>
span { border-color: #65604D; }
span { border-color: rgb(101,96,77); }
td.TdClassName
{
border-color: #65604D;
}
.TagClassName
{
border-color: #65604D;
}
</style>