Shades of Crocodile #6D6757
Tints of Crocodile #6D6757
RGB
CMYK
RGB Variations
Color information
#6D6757 (or 0x6D6757) is known color: Crocodile. HEX triplet: 6D, 67 and 57. RGB value is (109,103,87). Sum of RGB (Red+Green+Blue) = 109+103+87=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6757 is #9298A8. Grayscale: #676767. Windows color (decimal): -9607337 or 5728109. OLE color: 5728109.
HSL color Cylindrical-coordinate representation of color #6D6757: hue angle of 43.64º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D6757 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 103 | 87 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.57 |
| HSL | 43.64º | 0.11% | 0.38% | - |
| HSV(B) | 43.64º | 0.2% | 0.43% | - |
| XYZ | 12.88 | 13.64 | 10.97 | - |
| YUV | 102.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 87 | 0 | 0.06 | 0.20 | 0.57 | 43.64 | 0.11 | 0.38 |
| Hex | 6D | 67 | 57 | 0 | 6 | 14 | 39 | 2C | B | 26 |
| Octal | 155 | 147 | 127 | 0 | 6 | 24 | 71 | 54 | 13 | 46 |
| Binary | 1101101 | 1100111 | 1010111 | 0 | 110 | 10100 | 111001 | 101100 | 1011 | 100110 |
Color Harmonies of #6D6757
Complementary color
Monochromatic Colors of #6D6757
Black with #6D6757
Text Example
Text Example
White with #6D6757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6757; }
p { color: rgb(109,103,87); }
H1.HeaderClassName
{
color: #6D6757;
}
.AnyTagClassName
{
color: #6D6757;
}
</style>
background-color css
<style>
a { background-color: #6D6757; }
a { background-color: rgb(109,103,87); }
div.DivClassName
{
background-color: #6D6757;
}
.BgClassName
{
background-color: #6D6757;
}
</style>
border-color css
<style>
span { border-color: #6D6757; }
span { border-color: rgb(109,103,87); }
td.TdClassName
{
border-color: #6D6757;
}
.TagClassName
{
border-color: #6D6757;
}
</style>