Shades of Crocodile #73694A
Tints of Crocodile #73694A
RGB
CMYK
RGB Variations
Color information
#73694A (or 0x73694A) is known color: Crocodile. HEX triplet: 73, 69 and 4A. RGB value is (115,105,74). Sum of RGB (Red+Green+Blue) = 115+105+74=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #73694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73694A is #8C96B5. Grayscale: #686868. Windows color (decimal): -9213622 or 4876659. OLE color: 4876659.
HSL color Cylindrical-coordinate representation of color #73694A: hue angle of 45.37º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73694A is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 105 | 74 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.55 |
| HSL | 45.37º | 0.22% | 0.37% | - |
| HSV(B) | 45.37º | 0.36% | 0.45% | - |
| XYZ | 13.36 | 14.24 | 8.52 | - |
| YUV | 104.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 74 | 0 | 0.09 | 0.36 | 0.55 | 45.37 | 0.22 | 0.37 |
| Hex | 73 | 69 | 4A | 0 | 9 | 24 | 37 | 2D | 16 | 25 |
| Octal | 163 | 151 | 112 | 0 | 11 | 44 | 67 | 55 | 26 | 45 |
| Binary | 1110011 | 1101001 | 1001010 | 0 | 1001 | 100100 | 110111 | 101101 | 10110 | 100101 |
Color Harmonies of #73694A
Complementary color
Monochromatic Colors of #73694A
Black with #73694A
Text Example
Text Example
White with #73694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73694A; }
p { color: rgb(115,105,74); }
H1.HeaderClassName
{
color: #73694A;
}
.AnyTagClassName
{
color: #73694A;
}
</style>
background-color css
<style>
a { background-color: #73694A; }
a { background-color: rgb(115,105,74); }
div.DivClassName
{
background-color: #73694A;
}
.BgClassName
{
background-color: #73694A;
}
</style>
border-color css
<style>
span { border-color: #73694A; }
span { border-color: rgb(115,105,74); }
td.TdClassName
{
border-color: #73694A;
}
.TagClassName
{
border-color: #73694A;
}
</style>