#686452

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

Shades of Crocodile #686452

Tints of Crocodile #686452

Color information

#686452 (or 0x686452) is unknown color: approx Crocodile. HEX triplet: 68, 64 and 52. RGB value is (104,100,82). Sum of RGB (Red+Green+Blue) = 104+100+82=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #686452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686452 is #979BAD. Grayscale: #636363. Windows color (decimal): -9935790 or 5399656. OLE color: 5399656.

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

Color convert

RGB10410082-
CMYK00.040.210.59
HSL49.09º11.83%36.47%-
HSV(B)49.09º21.15%40.78%-
XYZ11.7912.679.81-
YUV99.14118.33131.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 82 (32.42% from 255) = 28.67%
R=36.36%
G=34.97%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041008200.040.210.5949.0911.8336.47
Hex68645204153B31c24
Octal150144122042573611444
Binary1101000110010010100100100101011110111100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686452; }

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

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

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

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

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

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

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

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