#685E52

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

Shades of Makara #685E52

Tints of Makara #685E52

Color information

#685E52 (or 0x685E52) is unknown color: approx Makara. HEX triplet: 68, 5E and 52. RGB value is (104,94,82). Sum of RGB (Red+Green+Blue) = 104+94+82=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #685E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E52 is #97A1AD. Grayscale: #5F5F5F. Windows color (decimal): -9937326 or 5398120. OLE color: 5398120.

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

Color convert

RGB1049482-
CMYK00.100.210.59
HSL32.73º11.83%36.47%-
HSV(B)32.73º21.15%40.78%-
XYZ11.2311.569.62-
YUV95.62120.31133.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=37.14%
G=33.57%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104948200.100.210.5932.7311.8336.47
Hex685E520A153B21c24
Octal1501361220122573411444
Binary11010001011110101001001010101011110111000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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