#696551

Color #696551 Crocodile (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crocodile #696551

Tints of Crocodile #696551

Color information

#696551 (or 0x696551) is unknown color: approx Crocodile. HEX triplet: 69, 65 and 51. RGB value is (105,101,81). Sum of RGB (Red+Green+Blue) = 105+101+81=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #696551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696551 is #969AAE. Grayscale: #646464. Windows color (decimal): -9869999 or 5334377. OLE color: 5334377.

HSL color Cylindrical-coordinate representation of color #696551: hue angle of 50º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #696551 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB10510181-
CMYK00.040.230.59
HSL50º12.9%36.47%-
HSV(B)50º22.86%41.18%-
XYZ11.9612.99.64-
YUV99.92117.33131.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 36.59%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 81 (32.03% from 255) = 28.22%
R=36.59%
G=35.19%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051018100.040.230.595012.936.47
Hex69655104173B32d24
Octal151145121042773621544
Binary1101001110010110100010100101111110111100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696551; }

 p { color: rgb(105,101,81); }

 H1.HeaderClassName
 {
   color: #696551;
 }
 .AnyTagClassName
 {
   color: #696551;
 }
</style>
background-color css

<style>
 a { background-color: #696551; }

 a { background-color: rgb(105,101,81); }

 div.DivClassName
 {
   background-color: #696551;
 }
 .BgClassName
 {
   background-color: #696551;
 }
</style>
border-color css

<style>
 span { border-color: #696551; }

 span { border-color: rgb(105,101,81); }

 td.TdClassName
 {
   border-color: #696551;
 }
 .TagClassName
 {
   border-color: #696551;
 }
</style>