Shades of Crocodile #6B6658
Tints of Crocodile #6B6658
RGB
CMYK
RGB Variations
Color information
#6B6658 (or 0x6B6658) is known color: Crocodile. HEX triplet: 6B, 66 and 58. RGB value is (107,102,88). Sum of RGB (Red+Green+Blue) = 107+102+88=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6658 is #9499A7. Grayscale: #656565. Windows color (decimal): -9738664 or 5793387. OLE color: 5793387.
HSL color Cylindrical-coordinate representation of color #6B6658: hue angle of 44.21º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B6658 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 102 | 88 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.58 |
| HSL | 44.21º | 0.1% | 0.38% | - |
| HSV(B) | 44.21º | 0.18% | 0.42% | - |
| XYZ | 12.58 | 13.33 | 11.14 | - |
| YUV | 101.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 88 | 0 | 0.05 | 0.18 | 0.58 | 44.21 | 0.1 | 0.38 |
| Hex | 6B | 66 | 58 | 0 | 5 | 12 | 3A | 2C | A | 26 |
| Octal | 153 | 146 | 130 | 0 | 5 | 22 | 72 | 54 | 12 | 46 |
| Binary | 1101011 | 1100110 | 1011000 | 0 | 101 | 10010 | 111010 | 101100 | 1010 | 100110 |
Color Harmonies of #6B6658
Complementary color
Monochromatic Colors of #6B6658
Black with #6B6658
Text Example
Text Example
White with #6B6658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6658; }
p { color: rgb(107,102,88); }
H1.HeaderClassName
{
color: #6B6658;
}
.AnyTagClassName
{
color: #6B6658;
}
</style>
background-color css
<style>
a { background-color: #6B6658; }
a { background-color: rgb(107,102,88); }
div.DivClassName
{
background-color: #6B6658;
}
.BgClassName
{
background-color: #6B6658;
}
</style>
border-color css
<style>
span { border-color: #6B6658; }
span { border-color: rgb(107,102,88); }
td.TdClassName
{
border-color: #6B6658;
}
.TagClassName
{
border-color: #6B6658;
}
</style>