#686052

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

Shades of Makara #686052

Tints of Makara #686052

Color information

#686052 (or 0x686052) is unknown color: approx Makara. HEX triplet: 68, 60 and 52. RGB value is (104,96,82). Sum of RGB (Red+Green+Blue) = 104+96+82=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #686052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686052 is #979FAD. Grayscale: #606060. Windows color (decimal): -9936814 or 5398632. OLE color: 5398632.

HSL color Cylindrical-coordinate representation of color #686052: hue angle of 38.18º 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 #686052 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1049682-
CMYK00.080.210.59
HSL38.18º11.83%36.47%-
HSV(B)38.18º21.15%40.78%-
XYZ11.4111.929.68-
YUV96.8119.65133.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 82 (32.42% from 255) = 29.08%
R=36.88%
G=34.04%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104968200.080.210.5938.1811.8336.47
Hex68605208153B26c24
Octal1501401220102573461444
Binary11010001100000101001001000101011110111001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686052; }

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

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

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

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

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

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

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

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