#686051

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

Shades of Makara #686051

Tints of Makara #686051

Color information

#686051 (or 0x686051) is unknown color: approx Makara. HEX triplet: 68, 60 and 51. RGB value is (104,96,81). Sum of RGB (Red+Green+Blue) = 104+96+81=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #686051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686051 is #979FAE. Grayscale: #606060. Windows color (decimal): -9936815 or 5333096. OLE color: 5333096.

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

Color convert

RGB1049681-
CMYK00.080.220.59
HSL39.13º12.43%36.27%-
HSV(B)39.13º22.12%40.78%-
XYZ11.3811.99.48-
YUV96.68119.15133.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 81 (32.03% from 255) = 28.83%
R=37.01%
G=34.16%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104968100.080.220.5939.1312.4336.27
Hex68605108163B27c24
Octal1501401210102673471444
Binary11010001100000101000101000101101110111001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686051; }

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

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

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

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

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

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

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

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