#686255

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

Shades of Makara #686255

Tints of Makara #686255

Color information

#686255 (or 0x686255) is unknown color: approx Makara. HEX triplet: 68, 62 and 55. RGB value is (104,98,85). Sum of RGB (Red+Green+Blue) = 104+98+85=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #686255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686255 is #979DAA. Grayscale: #626262. Windows color (decimal): -9936299 or 5595752. OLE color: 5595752.

HSL color Cylindrical-coordinate representation of color #686255: hue angle of 41.05º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #686255 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1049885-
CMYK00.060.180.59
HSL41.05º10.05%37.06%-
HSV(B)41.05º18.27%40.78%-
XYZ11.7212.3310.36-
YUV98.31120.49132.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 85 (33.59% from 255) = 29.62%
R=36.24%
G=34.15%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104988500.060.180.5941.0510.0537.06
Hex68625506123B29a25
Octal150142125062273511245
Binary1101000110001010101010110100101110111010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686255; }

 p { color: rgb(104,98,85); }

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

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

 a { background-color: rgb(104,98,85); }

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

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

 span { border-color: rgb(104,98,85); }

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