Shades of Crocodile #71684F
Tints of Crocodile #71684F
RGB
CMYK
RGB Variations
Color information
#71684F (or 0x71684F) is known color: Crocodile. HEX triplet: 71, 68 and 4F. RGB value is (113,104,79). Sum of RGB (Red+Green+Blue) = 113+104+79=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #71684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71684F is #8E97B0. Grayscale: #676767. Windows color (decimal): -9344945 or 5204081. OLE color: 5204081.
HSL color Cylindrical-coordinate representation of color #71684F: hue angle of 44.12º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71684F is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 104 | 79 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.56 |
| HSL | 44.12º | 0.18% | 0.38% | - |
| HSV(B) | 44.12º | 0.3% | 0.44% | - |
| XYZ | 13.17 | 13.98 | 9.4 | - |
| YUV | 103.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 79 | 0 | 0.08 | 0.30 | 0.56 | 44.12 | 0.18 | 0.38 |
| Hex | 71 | 68 | 4F | 0 | 8 | 1E | 38 | 2C | 12 | 26 |
| Octal | 161 | 150 | 117 | 0 | 10 | 36 | 70 | 54 | 22 | 46 |
| Binary | 1110001 | 1101000 | 1001111 | 0 | 1000 | 11110 | 111000 | 101100 | 10010 | 100110 |
Color Harmonies of #71684F
Complementary color
Monochromatic Colors of #71684F
Black with #71684F
Text Example
Text Example
White with #71684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71684F; }
p { color: rgb(113,104,79); }
H1.HeaderClassName
{
color: #71684F;
}
.AnyTagClassName
{
color: #71684F;
}
</style>
background-color css
<style>
a { background-color: #71684F; }
a { background-color: rgb(113,104,79); }
div.DivClassName
{
background-color: #71684F;
}
.BgClassName
{
background-color: #71684F;
}
</style>
border-color css
<style>
span { border-color: #71684F; }
span { border-color: rgb(113,104,79); }
td.TdClassName
{
border-color: #71684F;
}
.TagClassName
{
border-color: #71684F;
}
</style>