Shades of Crocodile #6A654D
Tints of Crocodile #6A654D
RGB
CMYK
RGB Variations
Color information
#6A654D (or 0x6A654D) is known color: Crocodile. HEX triplet: 6A, 65 and 4D. RGB value is (106,101,77). Sum of RGB (Red+Green+Blue) = 106+101+77=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 106 - color contains mainly: red. Hex color #6A654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A654D is #959AB2. Grayscale: #636363. Windows color (decimal): -9804467 or 5072234. OLE color: 5072234.
HSL color Cylindrical-coordinate representation of color #6A654D: hue angle of 49.66º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A654D is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 101 | 77 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.58 |
| HSL | 49.66º | 0.16% | 0.36% | - |
| HSV(B) | 49.66º | 0.27% | 0.42% | - |
| XYZ | 11.94 | 12.91 | 8.88 | - |
| YUV | 99.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 77 | 0 | 0.05 | 0.27 | 0.58 | 49.66 | 0.16 | 0.36 |
| Hex | 6A | 65 | 4D | 0 | 5 | 1B | 3A | 32 | 10 | 24 |
| Octal | 152 | 145 | 115 | 0 | 5 | 33 | 72 | 62 | 20 | 44 |
| Binary | 1101010 | 1100101 | 1001101 | 0 | 101 | 11011 | 111010 | 110010 | 10000 | 100100 |
Color Harmonies of #6A654D
Complementary color
Monochromatic Colors of #6A654D
Black with #6A654D
Text Example
Text Example
White with #6A654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A654D; }
p { color: rgb(106,101,77); }
H1.HeaderClassName
{
color: #6A654D;
}
.AnyTagClassName
{
color: #6A654D;
}
</style>
background-color css
<style>
a { background-color: #6A654D; }
a { background-color: rgb(106,101,77); }
div.DivClassName
{
background-color: #6A654D;
}
.BgClassName
{
background-color: #6A654D;
}
</style>
border-color css
<style>
span { border-color: #6A654D; }
span { border-color: rgb(106,101,77); }
td.TdClassName
{
border-color: #6A654D;
}
.TagClassName
{
border-color: #6A654D;
}
</style>