Shades of Crocodile #696451
Tints of Crocodile #696451
RGB
CMYK
RGB Variations
Color information
#696451 (or 0x696451) is known color: Crocodile. HEX triplet: 69, 64 and 51. RGB value is (105,100,81). Sum of RGB (Red+Green+Blue) = 105+100+81=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #696451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696451 is #969BAE. Grayscale: #636363. Windows color (decimal): -9870255 or 5334121. OLE color: 5334121.
HSL color Cylindrical-coordinate representation of color #696451: hue angle of 47.5º 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 #696451 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 100 | 81 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.59 |
| HSL | 47.5º | 0.13% | 0.36% | - |
| HSV(B) | 47.5º | 0.23% | 0.41% | - |
| XYZ | 11.87 | 12.71 | 9.61 | - |
| YUV | 99.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 81 | 0 | 0.05 | 0.23 | 0.59 | 47.5 | 0.13 | 0.36 |
| Hex | 69 | 64 | 51 | 0 | 5 | 17 | 3B | 30 | D | 24 |
| Octal | 151 | 144 | 121 | 0 | 5 | 27 | 73 | 60 | 15 | 44 |
| Binary | 1101001 | 1100100 | 1010001 | 0 | 101 | 10111 | 111011 | 110000 | 1101 | 100100 |
Color Harmonies of #696451
Complementary color
Monochromatic Colors of #696451
Black with #696451
Text Example
Text Example
White with #696451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696451; }
p { color: rgb(105,100,81); }
H1.HeaderClassName
{
color: #696451;
}
.AnyTagClassName
{
color: #696451;
}
</style>
background-color css
<style>
a { background-color: #696451; }
a { background-color: rgb(105,100,81); }
div.DivClassName
{
background-color: #696451;
}
.BgClassName
{
background-color: #696451;
}
</style>
border-color css
<style>
span { border-color: #696451; }
span { border-color: rgb(105,100,81); }
td.TdClassName
{
border-color: #696451;
}
.TagClassName
{
border-color: #696451;
}
</style>