Shades of Crocodile #696553
Tints of Crocodile #696553
RGB
CMYK
RGB Variations
Color information
#696553 (or 0x696553) is known color: Crocodile. HEX triplet: 69, 65 and 53. RGB value is (105,101,83). Sum of RGB (Red+Green+Blue) = 105+101+83=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #696553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696553 is #969AAC. Grayscale: #646464. Windows color (decimal): -9869997 or 5465449. OLE color: 5465449.
HSL color Cylindrical-coordinate representation of color #696553: hue angle of 49.09º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #696553 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 101 | 83 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.59 |
| HSL | 49.09º | 0.12% | 0.37% | - |
| HSV(B) | 49.09º | 0.21% | 0.41% | - |
| XYZ | 12.04 | 12.94 | 10.05 | - |
| YUV | 100.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 83 | 0 | 0.04 | 0.21 | 0.59 | 49.09 | 0.12 | 0.37 |
| Hex | 69 | 65 | 53 | 0 | 4 | 15 | 3B | 31 | C | 25 |
| Octal | 151 | 145 | 123 | 0 | 4 | 25 | 73 | 61 | 14 | 45 |
| Binary | 1101001 | 1100101 | 1010011 | 0 | 100 | 10101 | 111011 | 110001 | 1100 | 100101 |
Color Harmonies of #696553
Complementary color
Monochromatic Colors of #696553
Black with #696553
Text Example
Text Example
White with #696553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696553; }
p { color: rgb(105,101,83); }
H1.HeaderClassName
{
color: #696553;
}
.AnyTagClassName
{
color: #696553;
}
</style>
background-color css
<style>
a { background-color: #696553; }
a { background-color: rgb(105,101,83); }
div.DivClassName
{
background-color: #696553;
}
.BgClassName
{
background-color: #696553;
}
</style>
border-color css
<style>
span { border-color: #696553; }
span { border-color: rgb(105,101,83); }
td.TdClassName
{
border-color: #696553;
}
.TagClassName
{
border-color: #696553;
}
</style>