Shades of Crocodile #71694A
Tints of Crocodile #71694A
RGB
CMYK
RGB Variations
Color information
#71694A (or 0x71694A) is known color: Crocodile. HEX triplet: 71, 69 and 4A. RGB value is (113,105,74). Sum of RGB (Red+Green+Blue) = 113+105+74=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #71694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71694A is #8E96B5. Grayscale: #676767. Windows color (decimal): -9344694 or 4876657. OLE color: 4876657.
HSL color Cylindrical-coordinate representation of color #71694A: hue angle of 47.69º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71694A is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 105 | 74 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.56 |
| HSL | 47.69º | 0.21% | 0.37% | - |
| HSV(B) | 47.69º | 0.35% | 0.44% | - |
| XYZ | 13.1 | 14.11 | 8.51 | - |
| YUV | 103.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 105 | 74 | 0 | 0.07 | 0.35 | 0.56 | 47.69 | 0.21 | 0.37 |
| Hex | 71 | 69 | 4A | 0 | 7 | 23 | 38 | 30 | 15 | 25 |
| Octal | 161 | 151 | 112 | 0 | 7 | 43 | 70 | 60 | 25 | 45 |
| Binary | 1110001 | 1101001 | 1001010 | 0 | 111 | 100011 | 111000 | 110000 | 10101 | 100101 |
Color Harmonies of #71694A
Complementary color
Monochromatic Colors of #71694A
Black with #71694A
Text Example
Text Example
White with #71694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71694A; }
p { color: rgb(113,105,74); }
H1.HeaderClassName
{
color: #71694A;
}
.AnyTagClassName
{
color: #71694A;
}
</style>
background-color css
<style>
a { background-color: #71694A; }
a { background-color: rgb(113,105,74); }
div.DivClassName
{
background-color: #71694A;
}
.BgClassName
{
background-color: #71694A;
}
</style>
border-color css
<style>
span { border-color: #71694A; }
span { border-color: rgb(113,105,74); }
td.TdClassName
{
border-color: #71694A;
}
.TagClassName
{
border-color: #71694A;
}
</style>