Shades of Crocodile #696454
Tints of Crocodile #696454
RGB
CMYK
RGB Variations
Color information
#696454 (or 0x696454) is known color: Crocodile. HEX triplet: 69, 64 and 54. RGB value is (105,100,84). Sum of RGB (Red+Green+Blue) = 105+100+84=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #696454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696454 is #969BAB. Grayscale: #636363. Windows color (decimal): -9870252 or 5530729. OLE color: 5530729.
HSL color Cylindrical-coordinate representation of color #696454: hue angle of 45.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #696454 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 100 | 84 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.59 |
| HSL | 45.71º | 0.11% | 0.37% | - |
| HSV(B) | 45.71º | 0.2% | 0.41% | - |
| XYZ | 11.98 | 12.76 | 10.22 | - |
| YUV | 99.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 84 | 0 | 0.05 | 0.20 | 0.59 | 45.71 | 0.11 | 0.37 |
| Hex | 69 | 64 | 54 | 0 | 5 | 14 | 3B | 2E | B | 25 |
| Octal | 151 | 144 | 124 | 0 | 5 | 24 | 73 | 56 | 13 | 45 |
| Binary | 1101001 | 1100100 | 1010100 | 0 | 101 | 10100 | 111011 | 101110 | 1011 | 100101 |
Color Harmonies of #696454
Complementary color
Monochromatic Colors of #696454
Black with #696454
Text Example
Text Example
White with #696454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696454; }
p { color: rgb(105,100,84); }
H1.HeaderClassName
{
color: #696454;
}
.AnyTagClassName
{
color: #696454;
}
</style>
background-color css
<style>
a { background-color: #696454; }
a { background-color: rgb(105,100,84); }
div.DivClassName
{
background-color: #696454;
}
.BgClassName
{
background-color: #696454;
}
</style>
border-color css
<style>
span { border-color: #696454; }
span { border-color: rgb(105,100,84); }
td.TdClassName
{
border-color: #696454;
}
.TagClassName
{
border-color: #696454;
}
</style>