Shades of Crocodile #706A4B
Tints of Crocodile #706A4B
RGB
CMYK
RGB Variations
Color information
#706A4B (or 0x706A4B) is known color: Crocodile. HEX triplet: 70, 6A and 4B. RGB value is (112,106,75). Sum of RGB (Red+Green+Blue) = 112+106+75=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #706A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A4B is #8F95B4. Grayscale: #686868. Windows color (decimal): -9409973 or 4942448. OLE color: 4942448.
HSL color Cylindrical-coordinate representation of color #706A4B: hue angle of 50.27º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #706A4B is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 75 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.56 |
| HSL | 50.27º | 0.2% | 0.37% | - |
| HSV(B) | 50.27º | 0.33% | 0.44% | - |
| XYZ | 13.11 | 14.26 | 8.72 | - |
| YUV | 104.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 75 | 0 | 0.05 | 0.33 | 0.56 | 50.27 | 0.2 | 0.37 |
| Hex | 70 | 6A | 4B | 0 | 5 | 21 | 38 | 32 | 14 | 25 |
| Octal | 160 | 152 | 113 | 0 | 5 | 41 | 70 | 62 | 24 | 45 |
| Binary | 1110000 | 1101010 | 1001011 | 0 | 101 | 100001 | 111000 | 110010 | 10100 | 100101 |
Color Harmonies of #706A4B
Complementary color
Monochromatic Colors of #706A4B
Black with #706A4B
Text Example
Text Example
White with #706A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A4B; }
p { color: rgb(112,106,75); }
H1.HeaderClassName
{
color: #706A4B;
}
.AnyTagClassName
{
color: #706A4B;
}
</style>
background-color css
<style>
a { background-color: #706A4B; }
a { background-color: rgb(112,106,75); }
div.DivClassName
{
background-color: #706A4B;
}
.BgClassName
{
background-color: #706A4B;
}
</style>
border-color css
<style>
span { border-color: #706A4B; }
span { border-color: rgb(112,106,75); }
td.TdClassName
{
border-color: #706A4B;
}
.TagClassName
{
border-color: #706A4B;
}
</style>