#686353

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

Shades of Crocodile #686353

Tints of Crocodile #686353

Color information

#686353 (or 0x686353) is unknown color: approx Crocodile. HEX triplet: 68, 63 and 53. RGB value is (104,99,83). Sum of RGB (Red+Green+Blue) = 104+99+83=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #686353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686353 is #979CAC. Grayscale: #626262. Windows color (decimal): -9936045 or 5464936. OLE color: 5464936.

HSL color Cylindrical-coordinate representation of color #686353: hue angle of 45.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #686353 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB1049983-
CMYK00.050.200.59
HSL45.71º11.23%36.67%-
HSV(B)45.71º20.19%40.78%-
XYZ11.7312.499.98-
YUV98.67119.16131.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 99 (39.06% from 255) = 34.62%
BLUE value IS 83 (32.81% from 255) = 29.02%
R=36.36%
G=34.62%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104998300.050.200.5945.7111.2336.67
Hex68635305143B2eb25
Octal150143123052473561345
Binary1101000110001110100110101101001110111011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686353; }

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

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

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

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

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

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

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

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