Shades of Crocodile #6E6650
Tints of Crocodile #6E6650
RGB
CMYK
RGB Variations
Color information
#6E6650 (or 0x6E6650) is known color: Crocodile. HEX triplet: 6E, 66 and 50. RGB value is (110,102,80). Sum of RGB (Red+Green+Blue) = 110+102+80=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6650 is #9199AF. Grayscale: #656565. Windows color (decimal): -9542064 or 5269102. OLE color: 5269102.
HSL color Cylindrical-coordinate representation of color #6E6650: hue angle of 44º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E6650 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 102 | 80 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.57 |
| HSL | 44º | 0.16% | 0.37% | - |
| HSV(B) | 44º | 0.27% | 0.43% | - |
| XYZ | 12.63 | 13.4 | 9.51 | - |
| YUV | 101.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 80 | 0 | 0.07 | 0.27 | 0.57 | 44 | 0.16 | 0.37 |
| Hex | 6E | 66 | 50 | 0 | 7 | 1B | 39 | 2C | 10 | 25 |
| Octal | 156 | 146 | 120 | 0 | 7 | 33 | 71 | 54 | 20 | 45 |
| Binary | 1101110 | 1100110 | 1010000 | 0 | 111 | 11011 | 111001 | 101100 | 10000 | 100101 |
Color Harmonies of #6E6650
Complementary color
Monochromatic Colors of #6E6650
Black with #6E6650
Text Example
Text Example
White with #6E6650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6650; }
p { color: rgb(110,102,80); }
H1.HeaderClassName
{
color: #6E6650;
}
.AnyTagClassName
{
color: #6E6650;
}
</style>
background-color css
<style>
a { background-color: #6E6650; }
a { background-color: rgb(110,102,80); }
div.DivClassName
{
background-color: #6E6650;
}
.BgClassName
{
background-color: #6E6650;
}
</style>
border-color css
<style>
span { border-color: #6E6650; }
span { border-color: rgb(110,102,80); }
td.TdClassName
{
border-color: #6E6650;
}
.TagClassName
{
border-color: #6E6650;
}
</style>