#686359

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

Shades of Makara #686359

Tints of Makara #686359

Color information

#686359 (or 0x686359) is unknown color: approx Makara. HEX triplet: 68, 63 and 59. RGB value is (104,99,89). Sum of RGB (Red+Green+Blue) = 104+99+89=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 104 - color contains mainly: red. Hex color #686359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686359 is #979CA6. Grayscale: #636363. Windows color (decimal): -9936039 or 5858152. OLE color: 5858152.

HSL color Cylindrical-coordinate representation of color #686359: hue angle of 40º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #686359 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1049989-
CMYK00.050.140.59
HSL40º7.77%37.84%-
HSV(B)40º14.42%40.78%-
XYZ11.9712.5911.25-
YUV99.36122.16131.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 89 (35.16% from 255) = 30.48%
R=35.62%
G=33.90%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104998900.050.140.59407.7737.84
Hex68635905E3B28826
Octal150143131051673501046
Binary110100011000111011001010111101110111010001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686359; }

 p { color: rgb(104,99,89); }

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

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

 a { background-color: rgb(104,99,89); }

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

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

 span { border-color: rgb(104,99,89); }

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