Shades of Crocodile #6F6746
Tints of Crocodile #6F6746
RGB
CMYK
RGB Variations
Color information
#6F6746 (or 0x6F6746) is known color: Crocodile. HEX triplet: 6F, 67 and 46. RGB value is (111,103,70). Sum of RGB (Red+Green+Blue) = 111+103+70=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6746 is #9098B9. Grayscale: #656565. Windows color (decimal): -9476282 or 4613999. OLE color: 4613999.
HSL color Cylindrical-coordinate representation of color #6F6746: hue angle of 48.29º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F6746 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 70 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.56 |
| HSL | 48.29º | 0.23% | 0.35% | - |
| HSV(B) | 48.29º | 0.37% | 0.44% | - |
| XYZ | 12.51 | 13.52 | 7.74 | - |
| YUV | 101.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 70 | 0 | 0.07 | 0.37 | 0.56 | 48.29 | 0.23 | 0.35 |
| Hex | 6F | 67 | 46 | 0 | 7 | 25 | 38 | 30 | 17 | 23 |
| Octal | 157 | 147 | 106 | 0 | 7 | 45 | 70 | 60 | 27 | 43 |
| Binary | 1101111 | 1100111 | 1000110 | 0 | 111 | 100101 | 111000 | 110000 | 10111 | 100011 |
Color Harmonies of #6F6746
Complementary color
Monochromatic Colors of #6F6746
Black with #6F6746
Text Example
Text Example
White with #6F6746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6746; }
p { color: rgb(111,103,70); }
H1.HeaderClassName
{
color: #6F6746;
}
.AnyTagClassName
{
color: #6F6746;
}
</style>
background-color css
<style>
a { background-color: #6F6746; }
a { background-color: rgb(111,103,70); }
div.DivClassName
{
background-color: #6F6746;
}
.BgClassName
{
background-color: #6F6746;
}
</style>
border-color css
<style>
span { border-color: #6F6746; }
span { border-color: rgb(111,103,70); }
td.TdClassName
{
border-color: #6F6746;
}
.TagClassName
{
border-color: #6F6746;
}
</style>