Shades of Crocodile #70694A
Tints of Crocodile #70694A
RGB
CMYK
RGB Variations
Color information
#70694A (or 0x70694A) is known color: Crocodile. HEX triplet: 70, 69 and 4A. RGB value is (112,105,74). Sum of RGB (Red+Green+Blue) = 112+105+74=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #70694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70694A is #8F96B5. Grayscale: #676767. Windows color (decimal): -9410230 or 4876656. OLE color: 4876656.
HSL color Cylindrical-coordinate representation of color #70694A: hue angle of 48.95º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70694A is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 105 | 74 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.56 |
| HSL | 48.95º | 0.2% | 0.36% | - |
| HSV(B) | 48.95º | 0.34% | 0.44% | - |
| XYZ | 12.97 | 14.04 | 8.51 | - |
| YUV | 103.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 74 | 0 | 0.06 | 0.34 | 0.56 | 48.95 | 0.2 | 0.36 |
| Hex | 70 | 69 | 4A | 0 | 6 | 22 | 38 | 31 | 14 | 24 |
| Octal | 160 | 151 | 112 | 0 | 6 | 42 | 70 | 61 | 24 | 44 |
| Binary | 1110000 | 1101001 | 1001010 | 0 | 110 | 100010 | 111000 | 110001 | 10100 | 100100 |
Color Harmonies of #70694A
Complementary color
Monochromatic Colors of #70694A
Black with #70694A
Text Example
Text Example
White with #70694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70694A; }
p { color: rgb(112,105,74); }
H1.HeaderClassName
{
color: #70694A;
}
.AnyTagClassName
{
color: #70694A;
}
</style>
background-color css
<style>
a { background-color: #70694A; }
a { background-color: rgb(112,105,74); }
div.DivClassName
{
background-color: #70694A;
}
.BgClassName
{
background-color: #70694A;
}
</style>
border-color css
<style>
span { border-color: #70694A; }
span { border-color: rgb(112,105,74); }
td.TdClassName
{
border-color: #70694A;
}
.TagClassName
{
border-color: #70694A;
}
</style>