Shades of Crocodile #666250
Tints of Crocodile #666250
RGB
CMYK
RGB Variations
Color information
#666250 (or 0x666250) is known color: Crocodile. HEX triplet: 66, 62 and 50. RGB value is (102,98,80). Sum of RGB (Red+Green+Blue) = 102+98+80=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 102 - color contains mainly: red. Hex color #666250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666250 is #999DAF. Grayscale: #616161. Windows color (decimal): -10067376 or 5268070. OLE color: 5268070.
HSL color Cylindrical-coordinate representation of color #666250: hue angle of 49.09º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #666250 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 80 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.6 |
| HSL | 49.09º | 0.12% | 0.36% | - |
| HSV(B) | 49.09º | 0.22% | 0.4% | - |
| XYZ | 11.3 | 12.14 | 9.34 | - |
| YUV | 97.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 80 | 0 | 0.04 | 0.22 | 0.6 | 49.09 | 0.12 | 0.36 |
| Hex | 66 | 62 | 50 | 0 | 4 | 16 | 3C | 31 | C | 24 |
| Octal | 146 | 142 | 120 | 0 | 4 | 26 | 74 | 61 | 14 | 44 |
| Binary | 1100110 | 1100010 | 1010000 | 0 | 100 | 10110 | 111100 | 110001 | 1100 | 100100 |
Color Harmonies of #666250
Complementary color
Monochromatic Colors of #666250
Black with #666250
Text Example
Text Example
White with #666250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666250; }
p { color: rgb(102,98,80); }
H1.HeaderClassName
{
color: #666250;
}
.AnyTagClassName
{
color: #666250;
}
</style>
background-color css
<style>
a { background-color: #666250; }
a { background-color: rgb(102,98,80); }
div.DivClassName
{
background-color: #666250;
}
.BgClassName
{
background-color: #666250;
}
</style>
border-color css
<style>
span { border-color: #666250; }
span { border-color: rgb(102,98,80); }
td.TdClassName
{
border-color: #666250;
}
.TagClassName
{
border-color: #666250;
}
</style>