Shades of Crocodile #6B6855
Tints of Crocodile #6B6855
RGB
CMYK
RGB Variations
Color information
#6B6855 (or 0x6B6855) is known color: Crocodile. HEX triplet: 6B, 68 and 55. RGB value is (107,104,85). Sum of RGB (Red+Green+Blue) = 107+104+85=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6855 is #9497AA. Grayscale: #666666. Windows color (decimal): -9738155 or 5597291. OLE color: 5597291.
HSL color Cylindrical-coordinate representation of color #6B6855: 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.21%. Process color model (Four color, CMYK) of #6B6855 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 104 | 85 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.58 |
| HSL | 51.82º | 0.11% | 0.38% | - |
| HSV(B) | 51.82º | 0.21% | 0.42% | - |
| XYZ | 12.65 | 13.68 | 10.57 | - |
| YUV | 102.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 85 | 0 | 0.03 | 0.21 | 0.58 | 51.82 | 0.11 | 0.38 |
| Hex | 6B | 68 | 55 | 0 | 3 | 15 | 3A | 34 | B | 26 |
| Octal | 153 | 150 | 125 | 0 | 3 | 25 | 72 | 64 | 13 | 46 |
| Binary | 1101011 | 1101000 | 1010101 | 0 | 11 | 10101 | 111010 | 110100 | 1011 | 100110 |
Color Harmonies of #6B6855
Complementary color
Monochromatic Colors of #6B6855
Black with #6B6855
Text Example
Text Example
White with #6B6855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6855; }
p { color: rgb(107,104,85); }
H1.HeaderClassName
{
color: #6B6855;
}
.AnyTagClassName
{
color: #6B6855;
}
</style>
background-color css
<style>
a { background-color: #6B6855; }
a { background-color: rgb(107,104,85); }
div.DivClassName
{
background-color: #6B6855;
}
.BgClassName
{
background-color: #6B6855;
}
</style>
border-color css
<style>
span { border-color: #6B6855; }
span { border-color: rgb(107,104,85); }
td.TdClassName
{
border-color: #6B6855;
}
.TagClassName
{
border-color: #6B6855;
}
</style>