#696556

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

Shades of Crocodile #696556

Tints of Crocodile #696556

Color information

#696556 (or 0x696556) is unknown color: approx Crocodile. HEX triplet: 69, 65 and 56. RGB value is (105,101,86). Sum of RGB (Red+Green+Blue) = 105+101+86=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 105 - color contains mainly: red. Hex color #696556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696556 is #969AA9. Grayscale: #646464. Windows color (decimal): -9869994 or 5662057. OLE color: 5662057.

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

Color convert

RGB10510186-
CMYK00.040.180.59
HSL47.37º9.95%37.45%-
HSV(B)47.37º18.1%41.18%-
XYZ12.1612.9810.67-
YUV100.49119.83131.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 101 (39.84% from 255) = 34.59%
BLUE value IS 86 (33.98% from 255) = 29.45%
R=35.96%
G=34.59%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051018600.040.180.5947.379.9537.45
Hex69655604123B2fa25
Octal151145126042273571245
Binary1101001110010110101100100100101110111011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696556; }

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

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

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

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

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

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

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

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