#686454

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

Shades of Crocodile #686454

Tints of Crocodile #686454

Color information

#686454 (or 0x686454) is unknown color: approx Crocodile. HEX triplet: 68, 64 and 54. RGB value is (104,100,84). Sum of RGB (Red+Green+Blue) = 104+100+84=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #686454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686454 is #979BAB. Grayscale: #636363. Windows color (decimal): -9935788 or 5530728. OLE color: 5530728.

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

Color convert

RGB10410084-
CMYK00.040.190.59
HSL48º10.64%36.86%-
HSV(B)48º19.23%40.78%-
XYZ11.8712.710.21-
YUV99.37119.33131.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 84 (33.20% from 255) = 29.17%
R=36.11%
G=34.72%
B=29.17%

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
Decimal1041008400.040.190.594810.6436.86
Hex68645404133B30b25
Octal150144124042373601345
Binary1101000110010010101000100100111110111100001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686454; }

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

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

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

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

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

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

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

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