#685D4C

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

Shades of Makara #685D4C

Tints of Makara #685D4C

Color information

#685D4C (or 0x685D4C) is unknown color: approx Makara. HEX triplet: 68, 5D and 4C. RGB value is (104,93,76). Sum of RGB (Red+Green+Blue) = 104+93+76=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #685D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D4C is #97A2B3. Grayscale: #5E5E5E. Windows color (decimal): -9937588 or 5004648. OLE color: 5004648.

HSL color Cylindrical-coordinate representation of color #685D4C: hue angle of 36.43º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #685D4C is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1049376-
CMYK00.110.270.59
HSL36.43º15.56%35.29%-
HSV(B)36.43º26.92%40.78%-
XYZ10.9311.298.44-
YUV94.35117.64134.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 76 (30.08% from 255) = 27.84%
R=38.10%
G=34.07%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104937600.110.270.5936.4315.5635.29
Hex685D4C0B1B3B241023
Octal1501351140133373442043
Binary110100010111011001100010111101111101110010010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,93,76); }

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

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

 a { background-color: rgb(104,93,76); }

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

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

 span { border-color: rgb(104,93,76); }

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