Shades of Crocodile #6B6854
Tints of Crocodile #6B6854
RGB
CMYK
RGB Variations
Color information
#6B6854 (or 0x6B6854) is known color: Crocodile. HEX triplet: 6B, 68 and 54. RGB value is (107,104,84). Sum of RGB (Red+Green+Blue) = 107+104+84=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6854 is #9497AB. Grayscale: #666666. Windows color (decimal): -9738156 or 5531755. OLE color: 5531755.
HSL color Cylindrical-coordinate representation of color #6B6854: hue angle of 52.17º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B6854 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 104 | 84 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.58 |
| HSL | 52.17º | 0.12% | 0.37% | - |
| HSV(B) | 52.17º | 0.21% | 0.42% | - |
| XYZ | 12.61 | 13.67 | 10.36 | - |
| YUV | 102.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 84 | 0 | 0.03 | 0.21 | 0.58 | 52.17 | 0.12 | 0.37 |
| Hex | 6B | 68 | 54 | 0 | 3 | 15 | 3A | 34 | C | 25 |
| Octal | 153 | 150 | 124 | 0 | 3 | 25 | 72 | 64 | 14 | 45 |
| Binary | 1101011 | 1101000 | 1010100 | 0 | 11 | 10101 | 111010 | 110100 | 1100 | 100101 |
Color Harmonies of #6B6854
Complementary color
Monochromatic Colors of #6B6854
Black with #6B6854
Text Example
Text Example
White with #6B6854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6854; }
p { color: rgb(107,104,84); }
H1.HeaderClassName
{
color: #6B6854;
}
.AnyTagClassName
{
color: #6B6854;
}
</style>
background-color css
<style>
a { background-color: #6B6854; }
a { background-color: rgb(107,104,84); }
div.DivClassName
{
background-color: #6B6854;
}
.BgClassName
{
background-color: #6B6854;
}
</style>
border-color css
<style>
span { border-color: #6B6854; }
span { border-color: rgb(107,104,84); }
td.TdClassName
{
border-color: #6B6854;
}
.TagClassName
{
border-color: #6B6854;
}
</style>