#686552

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

Shades of Crocodile #686552

Tints of Crocodile #686552

Color information

#686552 (or 0x686552) is unknown color: approx Crocodile. HEX triplet: 68, 65 and 52. RGB value is (104,101,82). Sum of RGB (Red+Green+Blue) = 104+101+82=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #686552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686552 is #979AAD. Grayscale: #636363. Windows color (decimal): -9935534 or 5399912. OLE color: 5399912.

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

Color convert

RGB10410182-
CMYK00.030.210.59
HSL51.82º11.83%36.47%-
HSV(B)51.82º21.15%40.78%-
XYZ11.8912.869.84-
YUV99.73117.99131.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 82 (32.42% from 255) = 28.57%
R=36.24%
G=35.19%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041018200.030.210.5951.8211.8336.47
Hex68655203153B34c24
Octal150145122032573641444
Binary110100011001011010010011101011110111101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686552; }

 p { color: rgb(104,101,82); }

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

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

 a { background-color: rgb(104,101,82); }

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

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

 span { border-color: rgb(104,101,82); }

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