Shades of Crocodile #66614C
Tints of Crocodile #66614C
RGB
CMYK
RGB Variations
Color information
#66614C (or 0x66614C) is known color: Crocodile. HEX triplet: 66, 61 and 4C. RGB value is (102,97,76). Sum of RGB (Red+Green+Blue) = 102+97+76=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #66614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66614C is #999EB3. Grayscale: #606060. Windows color (decimal): -10067636 or 5005670. OLE color: 5005670.
HSL color Cylindrical-coordinate representation of color #66614C: hue angle of 48.46º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66614C is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 97 | 76 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.6 |
| HSL | 48.46º | 0.15% | 0.35% | - |
| HSV(B) | 48.46º | 0.25% | 0.4% | - |
| XYZ | 11.06 | 11.9 | 8.55 | - |
| YUV | 96.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 76 | 0 | 0.05 | 0.25 | 0.6 | 48.46 | 0.15 | 0.35 |
| Hex | 66 | 61 | 4C | 0 | 5 | 19 | 3C | 30 | F | 23 |
| Octal | 146 | 141 | 114 | 0 | 5 | 31 | 74 | 60 | 17 | 43 |
| Binary | 1100110 | 1100001 | 1001100 | 0 | 101 | 11001 | 111100 | 110000 | 1111 | 100011 |
Color Harmonies of #66614C
Complementary color
Monochromatic Colors of #66614C
Black with #66614C
Text Example
Text Example
White with #66614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66614C; }
p { color: rgb(102,97,76); }
H1.HeaderClassName
{
color: #66614C;
}
.AnyTagClassName
{
color: #66614C;
}
</style>
background-color css
<style>
a { background-color: #66614C; }
a { background-color: rgb(102,97,76); }
div.DivClassName
{
background-color: #66614C;
}
.BgClassName
{
background-color: #66614C;
}
</style>
border-color css
<style>
span { border-color: #66614C; }
span { border-color: rgb(102,97,76); }
td.TdClassName
{
border-color: #66614C;
}
.TagClassName
{
border-color: #66614C;
}
</style>