Shades of Crocodile #696551
Tints of Crocodile #696551
RGB
CMYK
RGB Variations
Color information
#696551 (or 0x696551) is known color: Crocodile. HEX triplet: 69, 65 and 51. RGB value is (105,101,81). Sum of RGB (Red+Green+Blue) = 105+101+81=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #696551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696551 is #969AAE. Grayscale: #646464. Windows color (decimal): -9869999 or 5334377. OLE color: 5334377.
HSL color Cylindrical-coordinate representation of color #696551: hue angle of 50º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #696551 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 101 | 81 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.59 |
| HSL | 50º | 0.13% | 0.36% | - |
| HSV(B) | 50º | 0.23% | 0.41% | - |
| XYZ | 11.96 | 12.9 | 9.64 | - |
| YUV | 99.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 81 | 0 | 0.04 | 0.23 | 0.59 | 50 | 0.13 | 0.36 |
| Hex | 69 | 65 | 51 | 0 | 4 | 17 | 3B | 32 | D | 24 |
| Octal | 151 | 145 | 121 | 0 | 4 | 27 | 73 | 62 | 15 | 44 |
| Binary | 1101001 | 1100101 | 1010001 | 0 | 100 | 10111 | 111011 | 110010 | 1101 | 100100 |
Color Harmonies of #696551
Complementary color
Monochromatic Colors of #696551
Black with #696551
Text Example
Text Example
White with #696551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696551; }
p { color: rgb(105,101,81); }
H1.HeaderClassName
{
color: #696551;
}
.AnyTagClassName
{
color: #696551;
}
</style>
background-color css
<style>
a { background-color: #696551; }
a { background-color: rgb(105,101,81); }
div.DivClassName
{
background-color: #696551;
}
.BgClassName
{
background-color: #696551;
}
</style>
border-color css
<style>
span { border-color: #696551; }
span { border-color: rgb(105,101,81); }
td.TdClassName
{
border-color: #696551;
}
.TagClassName
{
border-color: #696551;
}
</style>