Shades of Crocodile #6E6A58
Tints of Crocodile #6E6A58
RGB
CMYK
RGB Variations
Color information
#6E6A58 (or 0x6E6A58) is known color: Crocodile. HEX triplet: 6E, 6A and 58. RGB value is (110,106,88). Sum of RGB (Red+Green+Blue) = 110+106+88=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6A58 is #9195A7. Grayscale: #696969. Windows color (decimal): -9541032 or 5794414. OLE color: 5794414.
HSL color Cylindrical-coordinate representation of color #6E6A58: hue angle of 49.09º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E6A58 is Cyan = 0, Magento = 0.04, Yellow = 0.2 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 106 | 88 | - |
| CMYK | 0 | 0.04 | 0.2 | 0.57 |
| HSL | 49.09º | 0.11% | 0.39% | - |
| HSV(B) | 49.09º | 0.2% | 0.43% | - |
| XYZ | 13.35 | 14.33 | 11.29 | - |
| YUV | 105.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 88 | 0 | 0.04 | 0.2 | 0.57 | 49.09 | 0.11 | 0.39 |
| Hex | 6E | 6A | 58 | 0 | 4 | 14 | 39 | 31 | B | 27 |
| Octal | 156 | 152 | 130 | 0 | 4 | 24 | 71 | 61 | 13 | 47 |
| Binary | 1101110 | 1101010 | 1011000 | 0 | 100 | 10100 | 111001 | 110001 | 1011 | 100111 |
Color Harmonies of #6E6A58
Complementary color
Monochromatic Colors of #6E6A58
Black with #6E6A58
Text Example
Text Example
White with #6E6A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6A58; }
p { color: rgb(110,106,88); }
H1.HeaderClassName
{
color: #6E6A58;
}
.AnyTagClassName
{
color: #6E6A58;
}
</style>
background-color css
<style>
a { background-color: #6E6A58; }
a { background-color: rgb(110,106,88); }
div.DivClassName
{
background-color: #6E6A58;
}
.BgClassName
{
background-color: #6E6A58;
}
</style>
border-color css
<style>
span { border-color: #6E6A58; }
span { border-color: rgb(110,106,88); }
td.TdClassName
{
border-color: #6E6A58;
}
.TagClassName
{
border-color: #6E6A58;
}
</style>