#686451

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

Shades of Crocodile #686451

Tints of Crocodile #686451

Color information

#686451 (or 0x686451) is unknown color: approx Crocodile. HEX triplet: 68, 64 and 51. RGB value is (104,100,81). Sum of RGB (Red+Green+Blue) = 104+100+81=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #686451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686451 is #979BAE. Grayscale: #636363. Windows color (decimal): -9935791 or 5334120. OLE color: 5334120.

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

Color convert

RGB10410081-
CMYK00.040.220.59
HSL49.57º12.43%36.27%-
HSV(B)49.57º22.12%40.78%-
XYZ11.7512.659.61-
YUV99.03117.83131.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 81 (32.03% from 255) = 28.42%
R=36.49%
G=35.09%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041008100.040.220.5949.5712.4336.27
Hex68645104163B32c24
Octal150144121042673621444
Binary1101000110010010100010100101101110111100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686451; }

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

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

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

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

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

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

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

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