Shades of Crocodile #6B6853
Tints of Crocodile #6B6853
RGB
CMYK
RGB Variations
Color information
#6B6853 (or 0x6B6853) is known color: Crocodile. HEX triplet: 6B, 68 and 53. RGB value is (107,104,83). Sum of RGB (Red+Green+Blue) = 107+104+83=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6853 is #9497AC. Grayscale: #666666. Windows color (decimal): -9738157 or 5466219. OLE color: 5466219.
HSL color Cylindrical-coordinate representation of color #6B6853: hue angle of 52.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B6853 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 104 | 83 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.58 |
| HSL | 52.5º | 0.13% | 0.37% | - |
| HSV(B) | 52.5º | 0.22% | 0.42% | - |
| XYZ | 12.58 | 13.65 | 10.16 | - |
| YUV | 102.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 83 | 0 | 0.03 | 0.22 | 0.58 | 52.5 | 0.13 | 0.37 |
| Hex | 6B | 68 | 53 | 0 | 3 | 16 | 3A | 34 | D | 25 |
| Octal | 153 | 150 | 123 | 0 | 3 | 26 | 72 | 64 | 15 | 45 |
| Binary | 1101011 | 1101000 | 1010011 | 0 | 11 | 10110 | 111010 | 110100 | 1101 | 100101 |
Color Harmonies of #6B6853
Complementary color
Monochromatic Colors of #6B6853
Black with #6B6853
Text Example
Text Example
White with #6B6853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6853; }
p { color: rgb(107,104,83); }
H1.HeaderClassName
{
color: #6B6853;
}
.AnyTagClassName
{
color: #6B6853;
}
</style>
background-color css
<style>
a { background-color: #6B6853; }
a { background-color: rgb(107,104,83); }
div.DivClassName
{
background-color: #6B6853;
}
.BgClassName
{
background-color: #6B6853;
}
</style>
border-color css
<style>
span { border-color: #6B6853; }
span { border-color: rgb(107,104,83); }
td.TdClassName
{
border-color: #6B6853;
}
.TagClassName
{
border-color: #6B6853;
}
</style>