#685C4A

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

Shades of Makara #685C4A

Tints of Makara #685C4A

Color information

#685C4A (or 0x685C4A) is unknown color: approx Makara. HEX triplet: 68, 5C and 4A. RGB value is (104,92,74). Sum of RGB (Red+Green+Blue) = 104+92+74=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #685C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C4A is #97A3B5. Grayscale: #5D5D5D. Windows color (decimal): -9937846 or 4873320. OLE color: 4873320.

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

Color convert

RGB1049274-
CMYK00.120.290.59
HSL36º16.85%34.9%-
HSV(B)36º28.85%40.78%-
XYZ10.7711.098.05-
YUV93.54116.98135.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 92 (36.33% from 255) = 34.07%
BLUE value IS 74 (29.30% from 255) = 27.41%
R=38.52%
G=34.07%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104927400.120.290.593616.8534.9
Hex685C4A0C1D3B241123
Octal1501341120143573442143
Binary110100010111001001010011001110111101110010010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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