#685D4B

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

Shades of Makara #685D4B

Tints of Makara #685D4B

Color information

#685D4B (or 0x685D4B) is unknown color: approx Makara. HEX triplet: 68, 5D and 4B. RGB value is (104,93,75). Sum of RGB (Red+Green+Blue) = 104+93+75=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #685D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D4B is #97A2B4. Grayscale: #5E5E5E. Windows color (decimal): -9937589 or 4939112. OLE color: 4939112.

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

Color convert

RGB1049375-
CMYK00.110.280.59
HSL37.24º16.2%35.1%-
HSV(B)37.24º27.88%40.78%-
XYZ10.8911.288.26-
YUV94.24117.14134.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 93 (36.72% from 255) = 34.19%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=38.24%
G=34.19%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104937500.110.280.5937.2416.235.1
Hex685D4B0B1C3B251023
Octal1501351130133473452043
Binary110100010111011001011010111110011101110010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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