Shades of Crocodile #6A6346
Tints of Crocodile #6A6346
RGB
CMYK
RGB Variations
Color information
#6A6346 (or 0x6A6346) is known color: Crocodile. HEX triplet: 6A, 63 and 46. RGB value is (106,99,70). Sum of RGB (Red+Green+Blue) = 106+99+70=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6346 is #959CB9. Grayscale: #616161. Windows color (decimal): -9804986 or 4612970. OLE color: 4612970.
HSL color Cylindrical-coordinate representation of color #6A6346: hue angle of 48.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A6346 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 99 | 70 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.58 |
| HSL | 48.33º | 0.2% | 0.35% | - |
| HSV(B) | 48.33º | 0.34% | 0.42% | - |
| XYZ | 11.51 | 12.43 | 7.59 | - |
| YUV | 97.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 70 | 0 | 0.07 | 0.34 | 0.58 | 48.33 | 0.2 | 0.35 |
| Hex | 6A | 63 | 46 | 0 | 7 | 22 | 3A | 30 | 14 | 23 |
| Octal | 152 | 143 | 106 | 0 | 7 | 42 | 72 | 60 | 24 | 43 |
| Binary | 1101010 | 1100011 | 1000110 | 0 | 111 | 100010 | 111010 | 110000 | 10100 | 100011 |
Color Harmonies of #6A6346
Complementary color
Monochromatic Colors of #6A6346
Black with #6A6346
Text Example
Text Example
White with #6A6346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6346; }
p { color: rgb(106,99,70); }
H1.HeaderClassName
{
color: #6A6346;
}
.AnyTagClassName
{
color: #6A6346;
}
</style>
background-color css
<style>
a { background-color: #6A6346; }
a { background-color: rgb(106,99,70); }
div.DivClassName
{
background-color: #6A6346;
}
.BgClassName
{
background-color: #6A6346;
}
</style>
border-color css
<style>
span { border-color: #6A6346; }
span { border-color: rgb(106,99,70); }
td.TdClassName
{
border-color: #6A6346;
}
.TagClassName
{
border-color: #6A6346;
}
</style>