#686355

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

Shades of Crocodile #686355

Tints of Crocodile #686355

Color information

#686355 (or 0x686355) is unknown color: approx Crocodile. HEX triplet: 68, 63 and 55. RGB value is (104,99,85). Sum of RGB (Red+Green+Blue) = 104+99+85=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #686355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686355 is #979CAA. Grayscale: #626262. Windows color (decimal): -9936043 or 5596008. OLE color: 5596008.

HSL color Cylindrical-coordinate representation of color #686355: hue angle of 44.21º 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 #686355 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1049985-
CMYK00.050.180.59
HSL44.21º10.05%37.06%-
HSV(B)44.21º18.27%40.78%-
XYZ11.8112.5210.39-
YUV98.9120.16131.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 85 (33.59% from 255) = 29.51%
R=36.11%
G=34.38%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104998500.050.180.5944.2110.0537.06
Hex68635505123B2ca25
Octal150143125052273541245
Binary1101000110001110101010101100101110111011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686355; }

 p { color: rgb(104,99,85); }

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

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

 a { background-color: rgb(104,99,85); }

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

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

 span { border-color: rgb(104,99,85); }

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