Shades of Crocodile #6C6956
Tints of Crocodile #6C6956
RGB
CMYK
RGB Variations
Color information
#6C6956 (or 0x6C6956) is known color: Crocodile. HEX triplet: 6C, 69 and 56. RGB value is (108,105,86). Sum of RGB (Red+Green+Blue) = 108+105+86=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6956 is #9396A9. Grayscale: #676767. Windows color (decimal): -9672362 or 5663084. OLE color: 5663084.
HSL color Cylindrical-coordinate representation of color #6C6956: hue angle of 51.82º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C6956 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 105 | 86 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.58 |
| HSL | 51.82º | 0.11% | 0.38% | - |
| HSV(B) | 51.82º | 0.2% | 0.42% | - |
| XYZ | 12.92 | 13.96 | 10.82 | - |
| YUV | 103.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 86 | 0 | 0.03 | 0.20 | 0.58 | 51.82 | 0.11 | 0.38 |
| Hex | 6C | 69 | 56 | 0 | 3 | 14 | 3A | 34 | B | 26 |
| Octal | 154 | 151 | 126 | 0 | 3 | 24 | 72 | 64 | 13 | 46 |
| Binary | 1101100 | 1101001 | 1010110 | 0 | 11 | 10100 | 111010 | 110100 | 1011 | 100110 |
Color Harmonies of #6C6956
Complementary color
Monochromatic Colors of #6C6956
Black with #6C6956
Text Example
Text Example
White with #6C6956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6956; }
p { color: rgb(108,105,86); }
H1.HeaderClassName
{
color: #6C6956;
}
.AnyTagClassName
{
color: #6C6956;
}
</style>
background-color css
<style>
a { background-color: #6C6956; }
a { background-color: rgb(108,105,86); }
div.DivClassName
{
background-color: #6C6956;
}
.BgClassName
{
background-color: #6C6956;
}
</style>
border-color css
<style>
span { border-color: #6C6956; }
span { border-color: rgb(108,105,86); }
td.TdClassName
{
border-color: #6C6956;
}
.TagClassName
{
border-color: #6C6956;
}
</style>