Shades of Crocodile #696555
Tints of Crocodile #696555
RGB
CMYK
RGB Variations
Color information
#696555 (or 0x696555) is known color: Crocodile. HEX triplet: 69, 65 and 55. RGB value is (105,101,85). Sum of RGB (Red+Green+Blue) = 105+101+85=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 105 - color contains mainly: red. Hex color #696555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696555 is #969AAA. Grayscale: #646464. Windows color (decimal): -9869995 or 5596521. OLE color: 5596521.
HSL color Cylindrical-coordinate representation of color #696555: hue angle of 48º 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 #696555 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 101 | 85 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.59 |
| HSL | 48º | 0.11% | 0.37% | - |
| HSV(B) | 48º | 0.19% | 0.41% | - |
| XYZ | 12.12 | 12.97 | 10.46 | - |
| YUV | 100.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 85 | 0 | 0.04 | 0.19 | 0.59 | 48 | 0.11 | 0.37 |
| Hex | 69 | 65 | 55 | 0 | 4 | 13 | 3B | 30 | B | 25 |
| Octal | 151 | 145 | 125 | 0 | 4 | 23 | 73 | 60 | 13 | 45 |
| Binary | 1101001 | 1100101 | 1010101 | 0 | 100 | 10011 | 111011 | 110000 | 1011 | 100101 |
Color Harmonies of #696555
Complementary color
Monochromatic Colors of #696555
Black with #696555
Text Example
Text Example
White with #696555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696555; }
p { color: rgb(105,101,85); }
H1.HeaderClassName
{
color: #696555;
}
.AnyTagClassName
{
color: #696555;
}
</style>
background-color css
<style>
a { background-color: #696555; }
a { background-color: rgb(105,101,85); }
div.DivClassName
{
background-color: #696555;
}
.BgClassName
{
background-color: #696555;
}
</style>
border-color css
<style>
span { border-color: #696555; }
span { border-color: rgb(105,101,85); }
td.TdClassName
{
border-color: #696555;
}
.TagClassName
{
border-color: #696555;
}
</style>