#685E53

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

Shades of Makara #685E53

Tints of Makara #685E53

Color information

#685E53 (or 0x685E53) is unknown color: approx Makara. HEX triplet: 68, 5E and 53. RGB value is (104,94,83). Sum of RGB (Red+Green+Blue) = 104+94+83=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #685E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E53 is #97A1AC. Grayscale: #5F5F5F. Windows color (decimal): -9937325 or 5463656. OLE color: 5463656.

HSL color Cylindrical-coordinate representation of color #685E53: hue angle of 31.43º 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 #685E53 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB1049483-
CMYK00.100.200.59
HSL31.43º11.23%36.67%-
HSV(B)31.43º20.19%40.78%-
XYZ11.2711.579.82-
YUV95.74120.81133.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 94 (37.11% from 255) = 33.45%
BLUE value IS 83 (32.81% from 255) = 29.54%
R=37.01%
G=33.45%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104948300.100.200.5931.4311.2336.67
Hex685E530A143B1fb25
Octal1501361230122473371345
Binary1101000101111010100110101010100111011111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685E53; }

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

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

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

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

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

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

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

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