Shades of Crocodile #6A654C
Tints of Crocodile #6A654C
RGB
CMYK
RGB Variations
Color information
#6A654C (or 0x6A654C) is known color: Crocodile. HEX triplet: 6A, 65 and 4C. RGB value is (106,101,76). Sum of RGB (Red+Green+Blue) = 106+101+76=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 106 - color contains mainly: red. Hex color #6A654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A654C is #959AB3. Grayscale: #636363. Windows color (decimal): -9804468 or 5006698. OLE color: 5006698.
HSL color Cylindrical-coordinate representation of color #6A654C: hue angle of 50º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A654C is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 101 | 76 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.58 |
| HSL | 50º | 0.16% | 0.36% | - |
| HSV(B) | 50º | 0.28% | 0.42% | - |
| XYZ | 11.9 | 12.89 | 8.7 | - |
| YUV | 99.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 76 | 0 | 0.05 | 0.28 | 0.58 | 50 | 0.16 | 0.36 |
| Hex | 6A | 65 | 4C | 0 | 5 | 1C | 3A | 32 | 10 | 24 |
| Octal | 152 | 145 | 114 | 0 | 5 | 34 | 72 | 62 | 20 | 44 |
| Binary | 1101010 | 1100101 | 1001100 | 0 | 101 | 11100 | 111010 | 110010 | 10000 | 100100 |
Color Harmonies of #6A654C
Complementary color
Monochromatic Colors of #6A654C
Black with #6A654C
Text Example
Text Example
White with #6A654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A654C; }
p { color: rgb(106,101,76); }
H1.HeaderClassName
{
color: #6A654C;
}
.AnyTagClassName
{
color: #6A654C;
}
</style>
background-color css
<style>
a { background-color: #6A654C; }
a { background-color: rgb(106,101,76); }
div.DivClassName
{
background-color: #6A654C;
}
.BgClassName
{
background-color: #6A654C;
}
</style>
border-color css
<style>
span { border-color: #6A654C; }
span { border-color: rgb(106,101,76); }
td.TdClassName
{
border-color: #6A654C;
}
.TagClassName
{
border-color: #6A654C;
}
</style>