#686053

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

Shades of Makara #686053

Tints of Makara #686053

Color information

#686053 (or 0x686053) is unknown color: approx Makara. HEX triplet: 68, 60 and 53. RGB value is (104,96,83). Sum of RGB (Red+Green+Blue) = 104+96+83=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #686053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686053 is #979FAC. Grayscale: #606060. Windows color (decimal): -9936813 or 5464168. OLE color: 5464168.

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

Color convert

RGB1049683-
CMYK00.080.200.59
HSL37.14º11.23%36.67%-
HSV(B)37.14º20.19%40.78%-
XYZ11.4511.939.88-
YUV96.91120.15133.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=36.75%
G=33.92%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104968300.080.200.5937.1411.2336.67
Hex68605308143B25b25
Octal1501401230102473451345
Binary11010001100000101001101000101001110111001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686053; }

 p { color: rgb(104,96,83); }

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

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

 a { background-color: rgb(104,96,83); }

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

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

 span { border-color: rgb(104,96,83); }

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