#686152

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

Shades of Makara #686152

Tints of Makara #686152

Color information

#686152 (or 0x686152) is unknown color: approx Makara. HEX triplet: 68, 61 and 52. RGB value is (104,97,82). Sum of RGB (Red+Green+Blue) = 104+97+82=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #686152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686152 is #979EAD. Grayscale: #616161. Windows color (decimal): -9936558 or 5398888. OLE color: 5398888.

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

Color convert

RGB1049782-
CMYK00.070.210.59
HSL40.91º11.83%36.47%-
HSV(B)40.91º21.15%40.78%-
XYZ11.5112.19.71-
YUV97.38119.32132.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=36.75%
G=34.28%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104978200.070.210.5940.9111.8336.47
Hex68615207153B29c24
Octal150141122072573511444
Binary1101000110000110100100111101011110111010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686152; }

 p { color: rgb(104,97,82); }

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

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

 a { background-color: rgb(104,97,82); }

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

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

 span { border-color: rgb(104,97,82); }

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