#685D51

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

Shades of Makara #685D51

Tints of Makara #685D51

Color information

#685D51 (or 0x685D51) is unknown color: approx Makara. HEX triplet: 68, 5D and 51. RGB value is (104,93,81). Sum of RGB (Red+Green+Blue) = 104+93+81=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #685D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D51 is #97A2AE. Grayscale: #5E5E5E. Windows color (decimal): -9937583 or 5332328. OLE color: 5332328.

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

Color convert

RGB1049381-
CMYK00.110.220.59
HSL31.3º12.43%36.27%-
HSV(B)31.3º22.12%40.78%-
XYZ11.1111.379.39-
YUV94.92120.14134.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 81 (32.03% from 255) = 29.14%
R=37.41%
G=33.45%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104938100.110.220.5931.312.4336.27
Hex685D510B163B1fc24
Octal1501351210132673371444
Binary1101000101110110100010101110110111011111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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