#685F54

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

Shades of Makara #685F54

Tints of Makara #685F54

Color information

#685F54 (or 0x685F54) is unknown color: approx Makara. HEX triplet: 68, 5F and 54. RGB value is (104,95,84). Sum of RGB (Red+Green+Blue) = 104+95+84=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #685F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F54 is #97A0AB. Grayscale: #606060. Windows color (decimal): -9937068 or 5529448. OLE color: 5529448.

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

Color convert

RGB1049584-
CMYK00.090.190.59
HSL33º10.64%36.86%-
HSV(B)33º19.23%40.78%-
XYZ11.411.7710.06-
YUV96.44120.98133.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 84 (33.20% from 255) = 29.68%
R=36.75%
G=33.57%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104958400.090.190.593310.6436.86
Hex685F5409133B21b25
Octal1501371240112373411345
Binary11010001011111101010001001100111110111000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,95,84); }

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

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

 a { background-color: rgb(104,95,84); }

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

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

 span { border-color: rgb(104,95,84); }

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