Shades of Crocodile #666252
Tints of Crocodile #666252
RGB
CMYK
RGB Variations
Color information
#666252 (or 0x666252) is known color: Crocodile. HEX triplet: 66, 62 and 52. RGB value is (102,98,82). Sum of RGB (Red+Green+Blue) = 102+98+82=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #666252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666252 is #999DAD. Grayscale: #616161. Windows color (decimal): -10067374 or 5399142. OLE color: 5399142.
HSL color Cylindrical-coordinate representation of color #666252: hue angle of 48º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #666252 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 82 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.6 |
| HSL | 48º | 0.11% | 0.36% | - |
| HSV(B) | 48º | 0.2% | 0.4% | - |
| XYZ | 11.37 | 12.17 | 9.73 | - |
| YUV | 97.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 82 | 0 | 0.04 | 0.20 | 0.6 | 48 | 0.11 | 0.36 |
| Hex | 66 | 62 | 52 | 0 | 4 | 14 | 3C | 30 | B | 24 |
| Octal | 146 | 142 | 122 | 0 | 4 | 24 | 74 | 60 | 13 | 44 |
| Binary | 1100110 | 1100010 | 1010010 | 0 | 100 | 10100 | 111100 | 110000 | 1011 | 100100 |
Color Harmonies of #666252
Complementary color
Monochromatic Colors of #666252
Black with #666252
Text Example
Text Example
White with #666252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666252; }
p { color: rgb(102,98,82); }
H1.HeaderClassName
{
color: #666252;
}
.AnyTagClassName
{
color: #666252;
}
</style>
background-color css
<style>
a { background-color: #666252; }
a { background-color: rgb(102,98,82); }
div.DivClassName
{
background-color: #666252;
}
.BgClassName
{
background-color: #666252;
}
</style>
border-color css
<style>
span { border-color: #666252; }
span { border-color: rgb(102,98,82); }
td.TdClassName
{
border-color: #666252;
}
.TagClassName
{
border-color: #666252;
}
</style>