#685C49

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

Shades of Makara #685C49

Tints of Makara #685C49

Color information

#685C49 (or 0x685C49) is unknown color: approx Makara. HEX triplet: 68, 5C and 49. RGB value is (104,92,73). Sum of RGB (Red+Green+Blue) = 104+92+73=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #685C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C49 is #97A3B6. Grayscale: #5D5D5D. Windows color (decimal): -9937847 or 4807784. OLE color: 4807784.

HSL color Cylindrical-coordinate representation of color #685C49: hue angle of 36.77º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #685C49 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1049273-
CMYK00.120.300.59
HSL36.77º17.51%34.71%-
HSV(B)36.77º29.81%40.78%-
XYZ10.7411.087.88-
YUV93.42116.48135.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 73 (28.91% from 255) = 27.14%
R=38.66%
G=34.20%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104927300.120.300.5936.7717.5134.71
Hex685C490C1E3B251223
Octal1501341110143673452243
Binary110100010111001001001011001111011101110010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,92,73); }

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

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

 a { background-color: rgb(104,92,73); }

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

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

 span { border-color: rgb(104,92,73); }

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