#696555

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

Shades of Crocodile #696555

Tints of Crocodile #696555

Color information

#696555 (or 0x696555) is unknown color: approx 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

RGB10510185-
CMYK00.040.190.59
HSL48º10.53%37.25%-
HSV(B)48º19.05%41.18%-
XYZ12.1212.9710.46-
YUV100.37119.33131.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 101 (39.84% from 255) = 34.71%
BLUE value IS 85 (33.59% from 255) = 29.21%
R=36.08%
G=34.71%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051018500.040.190.594810.5337.25
Hex69655504133B30b25
Octal151145125042373601345
Binary1101001110010110101010100100111110111100001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>