Shades of Crocodile #696455
Tints of Crocodile #696455
RGB
CMYK
RGB Variations
Color information
#696455 (or 0x696455) is known color: Crocodile. HEX triplet: 69, 64 and 55. RGB value is (105,100,85). Sum of RGB (Red+Green+Blue) = 105+100+85=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 105 - color contains mainly: red. Hex color #696455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696455 is #969BAA. Grayscale: #636363. Windows color (decimal): -9870251 or 5596265. OLE color: 5596265.
HSL color Cylindrical-coordinate representation of color #696455: hue angle of 45º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #696455 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 100 | 85 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.59 |
| HSL | 45º | 0.11% | 0.37% | - |
| HSV(B) | 45º | 0.19% | 0.41% | - |
| XYZ | 12.02 | 12.77 | 10.43 | - |
| YUV | 99.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 85 | 0 | 0.05 | 0.19 | 0.59 | 45 | 0.11 | 0.37 |
| Hex | 69 | 64 | 55 | 0 | 5 | 13 | 3B | 2D | B | 25 |
| Octal | 151 | 144 | 125 | 0 | 5 | 23 | 73 | 55 | 13 | 45 |
| Binary | 1101001 | 1100100 | 1010101 | 0 | 101 | 10011 | 111011 | 101101 | 1011 | 100101 |
Color Harmonies of #696455
Complementary color
Monochromatic Colors of #696455
Black with #696455
Text Example
Text Example
White with #696455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696455; }
p { color: rgb(105,100,85); }
H1.HeaderClassName
{
color: #696455;
}
.AnyTagClassName
{
color: #696455;
}
</style>
background-color css
<style>
a { background-color: #696455; }
a { background-color: rgb(105,100,85); }
div.DivClassName
{
background-color: #696455;
}
.BgClassName
{
background-color: #696455;
}
</style>
border-color css
<style>
span { border-color: #696455; }
span { border-color: rgb(105,100,85); }
td.TdClassName
{
border-color: #696455;
}
.TagClassName
{
border-color: #696455;
}
</style>