Shades of Crocodile #6C6852
Tints of Crocodile #6C6852
RGB
CMYK
RGB Variations
Color information
#6C6852 (or 0x6C6852) is known color: Crocodile. HEX triplet: 6C, 68 and 52. RGB value is (108,104,82). Sum of RGB (Red+Green+Blue) = 108+104+82=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6852 is #9397AD. Grayscale: #666666. Windows color (decimal): -9672622 or 5400684. OLE color: 5400684.
HSL color Cylindrical-coordinate representation of color #6C6852: hue angle of 50.77º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C6852 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 104 | 82 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.58 |
| HSL | 50.77º | 0.14% | 0.37% | - |
| HSV(B) | 50.77º | 0.24% | 0.42% | - |
| XYZ | 12.66 | 13.7 | 9.96 | - |
| YUV | 102.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 82 | 0 | 0.04 | 0.24 | 0.58 | 50.77 | 0.14 | 0.37 |
| Hex | 6C | 68 | 52 | 0 | 4 | 18 | 3A | 33 | E | 25 |
| Octal | 154 | 150 | 122 | 0 | 4 | 30 | 72 | 63 | 16 | 45 |
| Binary | 1101100 | 1101000 | 1010010 | 0 | 100 | 11000 | 111010 | 110011 | 1110 | 100101 |
Color Harmonies of #6C6852
Complementary color
Monochromatic Colors of #6C6852
Black with #6C6852
Text Example
Text Example
White with #6C6852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6852; }
p { color: rgb(108,104,82); }
H1.HeaderClassName
{
color: #6C6852;
}
.AnyTagClassName
{
color: #6C6852;
}
</style>
background-color css
<style>
a { background-color: #6C6852; }
a { background-color: rgb(108,104,82); }
div.DivClassName
{
background-color: #6C6852;
}
.BgClassName
{
background-color: #6C6852;
}
</style>
border-color css
<style>
span { border-color: #6C6852; }
span { border-color: rgb(108,104,82); }
td.TdClassName
{
border-color: #6C6852;
}
.TagClassName
{
border-color: #6C6852;
}
</style>