#685C4E

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

Shades of Makara #685C4E

Tints of Makara #685C4E

Color information

#685C4E (or 0x685C4E) is unknown color: approx Makara. HEX triplet: 68, 5C and 4E. RGB value is (104,92,78). Sum of RGB (Red+Green+Blue) = 104+92+78=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #685C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C4E is #97A3B1. Grayscale: #5E5E5E. Windows color (decimal): -9937842 or 5135464. OLE color: 5135464.

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

Color convert

RGB1049278-
CMYK00.120.250.59
HSL32.31º14.29%35.69%-
HSV(B)32.31º25%40.78%-
XYZ10.9111.158.78-
YUV93.99118.98135.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=37.96%
G=33.58%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104927800.120.250.5932.3114.2935.69
Hex685C4E0C193B20e24
Octal1501341160143173401644
Binary11010001011100100111001100110011110111000001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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