Shades of Crocodile #6B6852
Tints of Crocodile #6B6852
RGB
CMYK
RGB Variations
Color information
#6B6852 (or 0x6B6852) is known color: Crocodile. HEX triplet: 6B, 68 and 52. RGB value is (107,104,82). Sum of RGB (Red+Green+Blue) = 107+104+82=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6852 is #9497AD. Grayscale: #666666. Windows color (decimal): -9738158 or 5400683. OLE color: 5400683.
HSL color Cylindrical-coordinate representation of color #6B6852: 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 #6B6852 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 104 | 82 | - |
| 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.54 | 13.64 | 9.95 | - |
| YUV | 102.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 82 | 0 | 0.03 | 0.23 | 0.58 | 52.8 | 0.13 | 0.37 |
| Hex | 6B | 68 | 52 | 0 | 3 | 17 | 3A | 35 | D | 25 |
| Octal | 153 | 150 | 122 | 0 | 3 | 27 | 72 | 65 | 15 | 45 |
| Binary | 1101011 | 1101000 | 1010010 | 0 | 11 | 10111 | 111010 | 110101 | 1101 | 100101 |
Color Harmonies of #6B6852
Complementary color
Monochromatic Colors of #6B6852
Black with #6B6852
Text Example
Text Example
White with #6B6852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6852; }
p { color: rgb(107,104,82); }
H1.HeaderClassName
{
color: #6B6852;
}
.AnyTagClassName
{
color: #6B6852;
}
</style>
background-color css
<style>
a { background-color: #6B6852; }
a { background-color: rgb(107,104,82); }
div.DivClassName
{
background-color: #6B6852;
}
.BgClassName
{
background-color: #6B6852;
}
</style>
border-color css
<style>
span { border-color: #6B6852; }
span { border-color: rgb(107,104,82); }
td.TdClassName
{
border-color: #6B6852;
}
.TagClassName
{
border-color: #6B6852;
}
</style>