Shades of Crocodile #6E664C
Tints of Crocodile #6E664C
RGB
CMYK
RGB Variations
Color information
#6E664C (or 0x6E664C) is known color: Crocodile. HEX triplet: 6E, 66 and 4C. RGB value is (110,102,76). Sum of RGB (Red+Green+Blue) = 110+102+76=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 110 - color contains mainly: red. Hex color #6E664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E664C is #9199B3. Grayscale: #656565. Windows color (decimal): -9542068 or 5006958. OLE color: 5006958.
HSL color Cylindrical-coordinate representation of color #6E664C: hue angle of 45.88º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E664C is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 102 | 76 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.57 |
| HSL | 45.88º | 0.18% | 0.36% | - |
| HSV(B) | 45.88º | 0.31% | 0.43% | - |
| XYZ | 12.49 | 13.34 | 8.75 | - |
| YUV | 101.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 76 | 0 | 0.07 | 0.31 | 0.57 | 45.88 | 0.18 | 0.36 |
| Hex | 6E | 66 | 4C | 0 | 7 | 1F | 39 | 2E | 12 | 24 |
| Octal | 156 | 146 | 114 | 0 | 7 | 37 | 71 | 56 | 22 | 44 |
| Binary | 1101110 | 1100110 | 1001100 | 0 | 111 | 11111 | 111001 | 101110 | 10010 | 100100 |
Color Harmonies of #6E664C
Complementary color
Monochromatic Colors of #6E664C
Black with #6E664C
Text Example
Text Example
White with #6E664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E664C; }
p { color: rgb(110,102,76); }
H1.HeaderClassName
{
color: #6E664C;
}
.AnyTagClassName
{
color: #6E664C;
}
</style>
background-color css
<style>
a { background-color: #6E664C; }
a { background-color: rgb(110,102,76); }
div.DivClassName
{
background-color: #6E664C;
}
.BgClassName
{
background-color: #6E664C;
}
</style>
border-color css
<style>
span { border-color: #6E664C; }
span { border-color: rgb(110,102,76); }
td.TdClassName
{
border-color: #6E664C;
}
.TagClassName
{
border-color: #6E664C;
}
</style>