Shades of Crocodile #696353
Tints of Crocodile #696353
RGB
CMYK
RGB Variations
Color information
#696353 (or 0x696353) is known color: Crocodile. HEX triplet: 69, 63 and 53. RGB value is (105,99,83). Sum of RGB (Red+Green+Blue) = 105+99+83=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #696353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696353 is #969CAC. Grayscale: #636363. Windows color (decimal): -9870509 or 5464937. OLE color: 5464937.
HSL color Cylindrical-coordinate representation of color #696353: hue angle of 43.64º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #696353 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 99 | 83 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.59 |
| HSL | 43.64º | 0.12% | 0.37% | - |
| HSV(B) | 43.64º | 0.21% | 0.41% | - |
| XYZ | 11.85 | 12.55 | 9.98 | - |
| YUV | 98.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 83 | 0 | 0.06 | 0.21 | 0.59 | 43.64 | 0.12 | 0.37 |
| Hex | 69 | 63 | 53 | 0 | 6 | 15 | 3B | 2C | C | 25 |
| Octal | 151 | 143 | 123 | 0 | 6 | 25 | 73 | 54 | 14 | 45 |
| Binary | 1101001 | 1100011 | 1010011 | 0 | 110 | 10101 | 111011 | 101100 | 1100 | 100101 |
Color Harmonies of #696353
Complementary color
Monochromatic Colors of #696353
Black with #696353
Text Example
Text Example
White with #696353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696353; }
p { color: rgb(105,99,83); }
H1.HeaderClassName
{
color: #696353;
}
.AnyTagClassName
{
color: #696353;
}
</style>
background-color css
<style>
a { background-color: #696353; }
a { background-color: rgb(105,99,83); }
div.DivClassName
{
background-color: #696353;
}
.BgClassName
{
background-color: #696353;
}
</style>
border-color css
<style>
span { border-color: #696353; }
span { border-color: rgb(105,99,83); }
td.TdClassName
{
border-color: #696353;
}
.TagClassName
{
border-color: #696353;
}
</style>