Shades of Crocodile #666251
Tints of Crocodile #666251
RGB
CMYK
RGB Variations
Color information
#666251 (or 0x666251) is known color: Crocodile. HEX triplet: 66, 62 and 51. RGB value is (102,98,81). Sum of RGB (Red+Green+Blue) = 102+98+81=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 102 - color contains mainly: red. Hex color #666251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666251 is #999DAE. Grayscale: #616161. Windows color (decimal): -10067375 or 5333606. OLE color: 5333606.
HSL color Cylindrical-coordinate representation of color #666251: hue angle of 48.57º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #666251 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 81 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.6 |
| HSL | 48.57º | 0.11% | 0.36% | - |
| HSV(B) | 48.57º | 0.21% | 0.4% | - |
| XYZ | 11.33 | 12.15 | 9.53 | - |
| YUV | 97.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 81 | 0 | 0.04 | 0.21 | 0.6 | 48.57 | 0.11 | 0.36 |
| Hex | 66 | 62 | 51 | 0 | 4 | 15 | 3C | 31 | B | 24 |
| Octal | 146 | 142 | 121 | 0 | 4 | 25 | 74 | 61 | 13 | 44 |
| Binary | 1100110 | 1100010 | 1010001 | 0 | 100 | 10101 | 111100 | 110001 | 1011 | 100100 |
Color Harmonies of #666251
Complementary color
Monochromatic Colors of #666251
Black with #666251
Text Example
Text Example
White with #666251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666251; }
p { color: rgb(102,98,81); }
H1.HeaderClassName
{
color: #666251;
}
.AnyTagClassName
{
color: #666251;
}
</style>
background-color css
<style>
a { background-color: #666251; }
a { background-color: rgb(102,98,81); }
div.DivClassName
{
background-color: #666251;
}
.BgClassName
{
background-color: #666251;
}
</style>
border-color css
<style>
span { border-color: #666251; }
span { border-color: rgb(102,98,81); }
td.TdClassName
{
border-color: #666251;
}
.TagClassName
{
border-color: #666251;
}
</style>