Shades of Crocodile #71694D
Tints of Crocodile #71694D
RGB
CMYK
RGB Variations
Color information
#71694D (or 0x71694D) is known color: Crocodile. HEX triplet: 71, 69 and 4D. RGB value is (113,105,77). Sum of RGB (Red+Green+Blue) = 113+105+77=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #71694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71694D is #8E96B2. Grayscale: #686868. Windows color (decimal): -9344691 or 5073265. OLE color: 5073265.
HSL color Cylindrical-coordinate representation of color #71694D: hue angle of 46.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71694D is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 105 | 77 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.56 |
| HSL | 46.67º | 0.19% | 0.37% | - |
| HSV(B) | 46.67º | 0.32% | 0.44% | - |
| XYZ | 13.2 | 14.15 | 9.06 | - |
| YUV | 104.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 105 | 77 | 0 | 0.07 | 0.32 | 0.56 | 46.67 | 0.19 | 0.37 |
| Hex | 71 | 69 | 4D | 0 | 7 | 20 | 38 | 2F | 13 | 25 |
| Octal | 161 | 151 | 115 | 0 | 7 | 40 | 70 | 57 | 23 | 45 |
| Binary | 1110001 | 1101001 | 1001101 | 0 | 111 | 100000 | 111000 | 101111 | 10011 | 100101 |
Color Harmonies of #71694D
Complementary color
Monochromatic Colors of #71694D
Black with #71694D
Text Example
Text Example
White with #71694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71694D; }
p { color: rgb(113,105,77); }
H1.HeaderClassName
{
color: #71694D;
}
.AnyTagClassName
{
color: #71694D;
}
</style>
background-color css
<style>
a { background-color: #71694D; }
a { background-color: rgb(113,105,77); }
div.DivClassName
{
background-color: #71694D;
}
.BgClassName
{
background-color: #71694D;
}
</style>
border-color css
<style>
span { border-color: #71694D; }
span { border-color: rgb(113,105,77); }
td.TdClassName
{
border-color: #71694D;
}
.TagClassName
{
border-color: #71694D;
}
</style>