Shades of Crocodile #666253
Tints of Crocodile #666253
RGB
CMYK
RGB Variations
Color information
#666253 (or 0x666253) is known color: Crocodile. HEX triplet: 66, 62 and 53. RGB value is (102,98,83). Sum of RGB (Red+Green+Blue) = 102+98+83=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #666253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666253 is #999DAC. Grayscale: #616161. Windows color (decimal): -10067373 or 5464678. OLE color: 5464678.
HSL color Cylindrical-coordinate representation of color #666253: hue angle of 47.37º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #666253 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 83 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.6 |
| HSL | 47.37º | 0.1% | 0.36% | - |
| HSV(B) | 47.37º | 0.19% | 0.4% | - |
| XYZ | 11.41 | 12.18 | 9.93 | - |
| YUV | 97.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 83 | 0 | 0.04 | 0.19 | 0.6 | 47.37 | 0.1 | 0.36 |
| Hex | 66 | 62 | 53 | 0 | 4 | 13 | 3C | 2F | A | 24 |
| Octal | 146 | 142 | 123 | 0 | 4 | 23 | 74 | 57 | 12 | 44 |
| Binary | 1100110 | 1100010 | 1010011 | 0 | 100 | 10011 | 111100 | 101111 | 1010 | 100100 |
Color Harmonies of #666253
Complementary color
Monochromatic Colors of #666253
Black with #666253
Text Example
Text Example
White with #666253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666253; }
p { color: rgb(102,98,83); }
H1.HeaderClassName
{
color: #666253;
}
.AnyTagClassName
{
color: #666253;
}
</style>
background-color css
<style>
a { background-color: #666253; }
a { background-color: rgb(102,98,83); }
div.DivClassName
{
background-color: #666253;
}
.BgClassName
{
background-color: #666253;
}
</style>
border-color css
<style>
span { border-color: #666253; }
span { border-color: rgb(102,98,83); }
td.TdClassName
{
border-color: #666253;
}
.TagClassName
{
border-color: #666253;
}
</style>