#685C4D

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

Shades of Makara #685C4D

Tints of Makara #685C4D

Color information

#685C4D (or 0x685C4D) is unknown color: approx Makara. HEX triplet: 68, 5C and 4D. RGB value is (104,92,77). Sum of RGB (Red+Green+Blue) = 104+92+77=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #685C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C4D is #97A3B2. Grayscale: #5D5D5D. Windows color (decimal): -9937843 or 5069928. OLE color: 5069928.

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

Color convert

RGB1049277-
CMYK00.120.260.59
HSL33.33º14.92%35.49%-
HSV(B)33.33º25.96%40.78%-
XYZ10.8811.138.6-
YUV93.88118.48135.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 77 (30.47% from 255) = 28.21%
R=38.10%
G=33.70%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104927700.120.260.5933.3314.9235.49
Hex685C4D0C1A3B21f23
Octal1501341150143273411743
Binary11010001011100100110101100110101110111000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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