Shades of Crocodile #66624E
Tints of Crocodile #66624E
RGB
CMYK
RGB Variations
Color information
#66624E (or 0x66624E) is known color: Crocodile. HEX triplet: 66, 62 and 4E. RGB value is (102,98,78). Sum of RGB (Red+Green+Blue) = 102+98+78=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #66624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66624E is #999DB1. Grayscale: #616161. Windows color (decimal): -10067378 or 5136998. OLE color: 5136998.
HSL color Cylindrical-coordinate representation of color #66624E: hue angle of 50º 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 #66624E is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 78 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.6 |
| HSL | 50º | 0.13% | 0.35% | - |
| HSV(B) | 50º | 0.24% | 0.4% | - |
| XYZ | 11.22 | 12.11 | 8.95 | - |
| YUV | 96.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 78 | 0 | 0.04 | 0.24 | 0.6 | 50 | 0.13 | 0.35 |
| Hex | 66 | 62 | 4E | 0 | 4 | 18 | 3C | 32 | D | 23 |
| Octal | 146 | 142 | 116 | 0 | 4 | 30 | 74 | 62 | 15 | 43 |
| Binary | 1100110 | 1100010 | 1001110 | 0 | 100 | 11000 | 111100 | 110010 | 1101 | 100011 |
Color Harmonies of #66624E
Complementary color
Monochromatic Colors of #66624E
Black with #66624E
Text Example
Text Example
White with #66624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66624E; }
p { color: rgb(102,98,78); }
H1.HeaderClassName
{
color: #66624E;
}
.AnyTagClassName
{
color: #66624E;
}
</style>
background-color css
<style>
a { background-color: #66624E; }
a { background-color: rgb(102,98,78); }
div.DivClassName
{
background-color: #66624E;
}
.BgClassName
{
background-color: #66624E;
}
</style>
border-color css
<style>
span { border-color: #66624E; }
span { border-color: rgb(102,98,78); }
td.TdClassName
{
border-color: #66624E;
}
.TagClassName
{
border-color: #66624E;
}
</style>