Shades of Crocodile #6A6651
Tints of Crocodile #6A6651
RGB
CMYK
RGB Variations
Color information
#6A6651 (or 0x6A6651) is known color: Crocodile. HEX triplet: 6A, 66 and 51. RGB value is (106,102,81). Sum of RGB (Red+Green+Blue) = 106+102+81=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6651 is #9599AE. Grayscale: #646464. Windows color (decimal): -9804207 or 5334634. OLE color: 5334634.
HSL color Cylindrical-coordinate representation of color #6A6651: hue angle of 50.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A6651 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 102 | 81 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.58 |
| HSL | 50.4º | 0.13% | 0.37% | - |
| HSV(B) | 50.4º | 0.24% | 0.42% | - |
| XYZ | 12.18 | 13.16 | 9.68 | - |
| YUV | 100.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 102 | 81 | 0 | 0.04 | 0.24 | 0.58 | 50.4 | 0.13 | 0.37 |
| Hex | 6A | 66 | 51 | 0 | 4 | 18 | 3A | 32 | D | 25 |
| Octal | 152 | 146 | 121 | 0 | 4 | 30 | 72 | 62 | 15 | 45 |
| Binary | 1101010 | 1100110 | 1010001 | 0 | 100 | 11000 | 111010 | 110010 | 1101 | 100101 |
Color Harmonies of #6A6651
Complementary color
Monochromatic Colors of #6A6651
Black with #6A6651
Text Example
Text Example
White with #6A6651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6651; }
p { color: rgb(106,102,81); }
H1.HeaderClassName
{
color: #6A6651;
}
.AnyTagClassName
{
color: #6A6651;
}
</style>
background-color css
<style>
a { background-color: #6A6651; }
a { background-color: rgb(106,102,81); }
div.DivClassName
{
background-color: #6A6651;
}
.BgClassName
{
background-color: #6A6651;
}
</style>
border-color css
<style>
span { border-color: #6A6651; }
span { border-color: rgb(106,102,81); }
td.TdClassName
{
border-color: #6A6651;
}
.TagClassName
{
border-color: #6A6651;
}
</style>