Shades of Crocodile #696457
Tints of Crocodile #696457
RGB
CMYK
RGB Variations
Color information
#696457 (or 0x696457) is known color: Crocodile. HEX triplet: 69, 64 and 57. RGB value is (105,100,87). Sum of RGB (Red+Green+Blue) = 105+100+87=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 105 - color contains mainly: red. Hex color #696457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696457 is #969BA8. Grayscale: #646464. Windows color (decimal): -9870249 or 5727337. OLE color: 5727337.
HSL color Cylindrical-coordinate representation of color #696457: hue angle of 43.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #696457 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 100 | 87 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.59 |
| HSL | 43.33º | 0.09% | 0.38% | - |
| HSV(B) | 43.33º | 0.17% | 0.41% | - |
| XYZ | 12.1 | 12.81 | 10.85 | - |
| YUV | 100.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 87 | 0 | 0.05 | 0.17 | 0.59 | 43.33 | 0.09 | 0.38 |
| Hex | 69 | 64 | 57 | 0 | 5 | 11 | 3B | 2B | 9 | 26 |
| Octal | 151 | 144 | 127 | 0 | 5 | 21 | 73 | 53 | 11 | 46 |
| Binary | 1101001 | 1100100 | 1010111 | 0 | 101 | 10001 | 111011 | 101011 | 1001 | 100110 |
Color Harmonies of #696457
Complementary color
Monochromatic Colors of #696457
Black with #696457
Text Example
Text Example
White with #696457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696457; }
p { color: rgb(105,100,87); }
H1.HeaderClassName
{
color: #696457;
}
.AnyTagClassName
{
color: #696457;
}
</style>
background-color css
<style>
a { background-color: #696457; }
a { background-color: rgb(105,100,87); }
div.DivClassName
{
background-color: #696457;
}
.BgClassName
{
background-color: #696457;
}
</style>
border-color css
<style>
span { border-color: #696457; }
span { border-color: rgb(105,100,87); }
td.TdClassName
{
border-color: #696457;
}
.TagClassName
{
border-color: #696457;
}
</style>