Shades of Crocodile #65604E
Tints of Crocodile #65604E
RGB
CMYK
RGB Variations
Color information
#65604E (or 0x65604E) is known color: Crocodile. HEX triplet: 65, 60 and 4E. RGB value is (101,96,78). Sum of RGB (Red+Green+Blue) = 101+96+78=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 101 - color contains mainly: red. Hex color #65604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65604E is #9A9FB1. Grayscale: #5F5F5F. Windows color (decimal): -10133426 or 5136485. OLE color: 5136485.
HSL color Cylindrical-coordinate representation of color #65604E: hue angle of 46.96º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #65604E is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 96 | 78 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.60 |
| HSL | 46.96º | 0.13% | 0.35% | - |
| HSV(B) | 46.96º | 0.23% | 0.4% | - |
| XYZ | 10.92 | 11.68 | 8.89 | - |
| YUV | 95.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 78 | 0 | 0.05 | 0.23 | 0.60 | 46.96 | 0.13 | 0.35 |
| Hex | 65 | 60 | 4E | 0 | 5 | 17 | 3C | 2F | D | 23 |
| Octal | 145 | 140 | 116 | 0 | 5 | 27 | 74 | 57 | 15 | 43 |
| Binary | 1100101 | 1100000 | 1001110 | 0 | 101 | 10111 | 111100 | 101111 | 1101 | 100011 |
Color Harmonies of #65604E
Complementary color
Monochromatic Colors of #65604E
Black with #65604E
Text Example
Text Example
White with #65604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65604E; }
p { color: rgb(101,96,78); }
H1.HeaderClassName
{
color: #65604E;
}
.AnyTagClassName
{
color: #65604E;
}
</style>
background-color css
<style>
a { background-color: #65604E; }
a { background-color: rgb(101,96,78); }
div.DivClassName
{
background-color: #65604E;
}
.BgClassName
{
background-color: #65604E;
}
</style>
border-color css
<style>
span { border-color: #65604E; }
span { border-color: rgb(101,96,78); }
td.TdClassName
{
border-color: #65604E;
}
.TagClassName
{
border-color: #65604E;
}
</style>