Shades of Crocodile #6E6750
Tints of Crocodile #6E6750
RGB
CMYK
RGB Variations
Color information
#6E6750 (or 0x6E6750) is known color: Crocodile. HEX triplet: 6E, 67 and 50. RGB value is (110,103,80). Sum of RGB (Red+Green+Blue) = 110+103+80=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6750 is #9198AF. Grayscale: #666666. Windows color (decimal): -9541808 or 5269358. OLE color: 5269358.
HSL color Cylindrical-coordinate representation of color #6E6750: hue angle of 46º 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 #6E6750 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 103 | 80 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.57 |
| HSL | 46º | 0.16% | 0.37% | - |
| HSV(B) | 46º | 0.27% | 0.43% | - |
| XYZ | 12.73 | 13.59 | 9.54 | - |
| YUV | 102.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 80 | 0 | 0.06 | 0.27 | 0.57 | 46 | 0.16 | 0.37 |
| Hex | 6E | 67 | 50 | 0 | 6 | 1B | 39 | 2E | 10 | 25 |
| Octal | 156 | 147 | 120 | 0 | 6 | 33 | 71 | 56 | 20 | 45 |
| Binary | 1101110 | 1100111 | 1010000 | 0 | 110 | 11011 | 111001 | 101110 | 10000 | 100101 |
Color Harmonies of #6E6750
Complementary color
Monochromatic Colors of #6E6750
Black with #6E6750
Text Example
Text Example
White with #6E6750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6750; }
p { color: rgb(110,103,80); }
H1.HeaderClassName
{
color: #6E6750;
}
.AnyTagClassName
{
color: #6E6750;
}
</style>
background-color css
<style>
a { background-color: #6E6750; }
a { background-color: rgb(110,103,80); }
div.DivClassName
{
background-color: #6E6750;
}
.BgClassName
{
background-color: #6E6750;
}
</style>
border-color css
<style>
span { border-color: #6E6750; }
span { border-color: rgb(110,103,80); }
td.TdClassName
{
border-color: #6E6750;
}
.TagClassName
{
border-color: #6E6750;
}
</style>