Shades of Crocodile #65604A
Tints of Crocodile #65604A
RGB
CMYK
RGB Variations
Color information
#65604A (or 0x65604A) is known color: Crocodile. HEX triplet: 65, 60 and 4A. RGB value is (101,96,74). Sum of RGB (Red+Green+Blue) = 101+96+74=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 101 - color contains mainly: red. Hex color #65604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65604A is #9A9FB5. Grayscale: #5F5F5F. Windows color (decimal): -10133430 or 4874341. OLE color: 4874341.
HSL color Cylindrical-coordinate representation of color #65604A: hue angle of 48.89º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65604A is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 96 | 74 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.60 |
| HSL | 48.89º | 0.15% | 0.34% | - |
| HSV(B) | 48.89º | 0.27% | 0.4% | - |
| XYZ | 10.79 | 11.63 | 8.15 | - |
| YUV | 94.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 74 | 0 | 0.05 | 0.27 | 0.60 | 48.89 | 0.15 | 0.34 |
| Hex | 65 | 60 | 4A | 0 | 5 | 1B | 3C | 31 | F | 22 |
| Octal | 145 | 140 | 112 | 0 | 5 | 33 | 74 | 61 | 17 | 42 |
| Binary | 1100101 | 1100000 | 1001010 | 0 | 101 | 11011 | 111100 | 110001 | 1111 | 100010 |
Color Harmonies of #65604A
Complementary color
Monochromatic Colors of #65604A
Black with #65604A
Text Example
Text Example
White with #65604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65604A; }
p { color: rgb(101,96,74); }
H1.HeaderClassName
{
color: #65604A;
}
.AnyTagClassName
{
color: #65604A;
}
</style>
background-color css
<style>
a { background-color: #65604A; }
a { background-color: rgb(101,96,74); }
div.DivClassName
{
background-color: #65604A;
}
.BgClassName
{
background-color: #65604A;
}
</style>
border-color css
<style>
span { border-color: #65604A; }
span { border-color: rgb(101,96,74); }
td.TdClassName
{
border-color: #65604A;
}
.TagClassName
{
border-color: #65604A;
}
</style>