Shades of Crocodile #696450
Tints of Crocodile #696450
RGB
CMYK
RGB Variations
Color information
#696450 (or 0x696450) is known color: Crocodile. HEX triplet: 69, 64 and 50. RGB value is (105,100,80). Sum of RGB (Red+Green+Blue) = 105+100+80=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #696450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696450 is #969BAF. Grayscale: #636363. Windows color (decimal): -9870256 or 5268585. OLE color: 5268585.
HSL color Cylindrical-coordinate representation of color #696450: hue angle of 48º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #696450 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 100 | 80 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.59 |
| HSL | 48º | 0.14% | 0.36% | - |
| HSV(B) | 48º | 0.24% | 0.41% | - |
| XYZ | 11.83 | 12.7 | 9.42 | - |
| YUV | 99.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 80 | 0 | 0.05 | 0.24 | 0.59 | 48 | 0.14 | 0.36 |
| Hex | 69 | 64 | 50 | 0 | 5 | 18 | 3B | 30 | E | 24 |
| Octal | 151 | 144 | 120 | 0 | 5 | 30 | 73 | 60 | 16 | 44 |
| Binary | 1101001 | 1100100 | 1010000 | 0 | 101 | 11000 | 111011 | 110000 | 1110 | 100100 |
Color Harmonies of #696450
Complementary color
Monochromatic Colors of #696450
Black with #696450
Text Example
Text Example
White with #696450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696450; }
p { color: rgb(105,100,80); }
H1.HeaderClassName
{
color: #696450;
}
.AnyTagClassName
{
color: #696450;
}
</style>
background-color css
<style>
a { background-color: #696450; }
a { background-color: rgb(105,100,80); }
div.DivClassName
{
background-color: #696450;
}
.BgClassName
{
background-color: #696450;
}
</style>
border-color css
<style>
span { border-color: #696450; }
span { border-color: rgb(105,100,80); }
td.TdClassName
{
border-color: #696450;
}
.TagClassName
{
border-color: #696450;
}
</style>