Shades of Crocodile #6C6953
Tints of Crocodile #6C6953
RGB
CMYK
RGB Variations
Color information
#6C6953 (or 0x6C6953) is known color: Crocodile. HEX triplet: 6C, 69 and 53. RGB value is (108,105,83). Sum of RGB (Red+Green+Blue) = 108+105+83=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6953 is #9396AC. Grayscale: #676767. Windows color (decimal): -9672365 or 5466476. OLE color: 5466476.
HSL color Cylindrical-coordinate representation of color #6C6953: hue angle of 52.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C6953 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 105 | 83 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.58 |
| HSL | 52.8º | 0.13% | 0.37% | - |
| HSV(B) | 52.8º | 0.23% | 0.42% | - |
| XYZ | 12.8 | 13.92 | 10.2 | - |
| YUV | 103.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 83 | 0 | 0.03 | 0.23 | 0.58 | 52.8 | 0.13 | 0.37 |
| Hex | 6C | 69 | 53 | 0 | 3 | 17 | 3A | 35 | D | 25 |
| Octal | 154 | 151 | 123 | 0 | 3 | 27 | 72 | 65 | 15 | 45 |
| Binary | 1101100 | 1101001 | 1010011 | 0 | 11 | 10111 | 111010 | 110101 | 1101 | 100101 |
Color Harmonies of #6C6953
Complementary color
Monochromatic Colors of #6C6953
Black with #6C6953
Text Example
Text Example
White with #6C6953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6953; }
p { color: rgb(108,105,83); }
H1.HeaderClassName
{
color: #6C6953;
}
.AnyTagClassName
{
color: #6C6953;
}
</style>
background-color css
<style>
a { background-color: #6C6953; }
a { background-color: rgb(108,105,83); }
div.DivClassName
{
background-color: #6C6953;
}
.BgClassName
{
background-color: #6C6953;
}
</style>
border-color css
<style>
span { border-color: #6C6953; }
span { border-color: rgb(108,105,83); }
td.TdClassName
{
border-color: #6C6953;
}
.TagClassName
{
border-color: #6C6953;
}
</style>