Shades of Crocodile #6E664B
Tints of Crocodile #6E664B
RGB
CMYK
RGB Variations
Color information
#6E664B (or 0x6E664B) is known color: Crocodile. HEX triplet: 6E, 66 and 4B. RGB value is (110,102,75). Sum of RGB (Red+Green+Blue) = 110+102+75=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 110 - color contains mainly: red. Hex color #6E664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E664B is #9199B4. Grayscale: #656565. Windows color (decimal): -9542069 or 4941422. OLE color: 4941422.
HSL color Cylindrical-coordinate representation of color #6E664B: hue angle of 46.29º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E664B is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 102 | 75 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.57 |
| HSL | 46.29º | 0.19% | 0.36% | - |
| HSV(B) | 46.29º | 0.32% | 0.43% | - |
| XYZ | 12.45 | 13.33 | 8.57 | - |
| YUV | 101.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 75 | 0 | 0.07 | 0.32 | 0.57 | 46.29 | 0.19 | 0.36 |
| Hex | 6E | 66 | 4B | 0 | 7 | 20 | 39 | 2E | 13 | 24 |
| Octal | 156 | 146 | 113 | 0 | 7 | 40 | 71 | 56 | 23 | 44 |
| Binary | 1101110 | 1100110 | 1001011 | 0 | 111 | 100000 | 111001 | 101110 | 10011 | 100100 |
Color Harmonies of #6E664B
Complementary color
Monochromatic Colors of #6E664B
Black with #6E664B
Text Example
Text Example
White with #6E664B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E664B; }
p { color: rgb(110,102,75); }
H1.HeaderClassName
{
color: #6E664B;
}
.AnyTagClassName
{
color: #6E664B;
}
</style>
background-color css
<style>
a { background-color: #6E664B; }
a { background-color: rgb(110,102,75); }
div.DivClassName
{
background-color: #6E664B;
}
.BgClassName
{
background-color: #6E664B;
}
</style>
border-color css
<style>
span { border-color: #6E664B; }
span { border-color: rgb(110,102,75); }
td.TdClassName
{
border-color: #6E664B;
}
.TagClassName
{
border-color: #6E664B;
}
</style>