Shades of Crocodile #6A6550
Tints of Crocodile #6A6550
RGB
CMYK
RGB Variations
Color information
#6A6550 (or 0x6A6550) is known color: Crocodile. HEX triplet: 6A, 65 and 50. RGB value is (106,101,80). Sum of RGB (Red+Green+Blue) = 106+101+80=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6550 is #959AAF. Grayscale: #646464. Windows color (decimal): -9804464 or 5268842. OLE color: 5268842.
HSL color Cylindrical-coordinate representation of color #6A6550: hue angle of 48.46º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A6550 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 101 | 80 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.58 |
| HSL | 48.46º | 0.14% | 0.36% | - |
| HSV(B) | 48.46º | 0.25% | 0.42% | - |
| XYZ | 12.05 | 12.95 | 9.45 | - |
| YUV | 100.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 80 | 0 | 0.05 | 0.25 | 0.58 | 48.46 | 0.14 | 0.36 |
| Hex | 6A | 65 | 50 | 0 | 5 | 19 | 3A | 30 | E | 24 |
| Octal | 152 | 145 | 120 | 0 | 5 | 31 | 72 | 60 | 16 | 44 |
| Binary | 1101010 | 1100101 | 1010000 | 0 | 101 | 11001 | 111010 | 110000 | 1110 | 100100 |
Color Harmonies of #6A6550
Complementary color
Monochromatic Colors of #6A6550
Black with #6A6550
Text Example
Text Example
White with #6A6550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6550; }
p { color: rgb(106,101,80); }
H1.HeaderClassName
{
color: #6A6550;
}
.AnyTagClassName
{
color: #6A6550;
}
</style>
background-color css
<style>
a { background-color: #6A6550; }
a { background-color: rgb(106,101,80); }
div.DivClassName
{
background-color: #6A6550;
}
.BgClassName
{
background-color: #6A6550;
}
</style>
border-color css
<style>
span { border-color: #6A6550; }
span { border-color: rgb(106,101,80); }
td.TdClassName
{
border-color: #6A6550;
}
.TagClassName
{
border-color: #6A6550;
}
</style>