Shades of Crocodile #71684A
Tints of Crocodile #71684A
RGB
CMYK
RGB Variations
Color information
#71684A (or 0x71684A) is known color: Crocodile. HEX triplet: 71, 68 and 4A. RGB value is (113,104,74). Sum of RGB (Red+Green+Blue) = 113+104+74=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #71684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71684A is #8E97B5. Grayscale: #676767. Windows color (decimal): -9344950 or 4876401. OLE color: 4876401.
HSL color Cylindrical-coordinate representation of color #71684A: hue angle of 46.15º 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 #71684A is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 104 | 74 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.56 |
| HSL | 46.15º | 0.21% | 0.37% | - |
| HSV(B) | 46.15º | 0.35% | 0.44% | - |
| XYZ | 13 | 13.91 | 8.48 | - |
| YUV | 103.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 74 | 0 | 0.08 | 0.35 | 0.56 | 46.15 | 0.21 | 0.37 |
| Hex | 71 | 68 | 4A | 0 | 8 | 23 | 38 | 2E | 15 | 25 |
| Octal | 161 | 150 | 112 | 0 | 10 | 43 | 70 | 56 | 25 | 45 |
| Binary | 1110001 | 1101000 | 1001010 | 0 | 1000 | 100011 | 111000 | 101110 | 10101 | 100101 |
Color Harmonies of #71684A
Complementary color
Monochromatic Colors of #71684A
Black with #71684A
Text Example
Text Example
White with #71684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71684A; }
p { color: rgb(113,104,74); }
H1.HeaderClassName
{
color: #71684A;
}
.AnyTagClassName
{
color: #71684A;
}
</style>
background-color css
<style>
a { background-color: #71684A; }
a { background-color: rgb(113,104,74); }
div.DivClassName
{
background-color: #71684A;
}
.BgClassName
{
background-color: #71684A;
}
</style>
border-color css
<style>
span { border-color: #71684A; }
span { border-color: rgb(113,104,74); }
td.TdClassName
{
border-color: #71684A;
}
.TagClassName
{
border-color: #71684A;
}
</style>