#686253

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

Shades of Makara #686253

Tints of Makara #686253

Color information

#686253 (or 0x686253) is unknown color: approx Makara. HEX triplet: 68, 62 and 53. RGB value is (104,98,83). Sum of RGB (Red+Green+Blue) = 104+98+83=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #686253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686253 is #979DAC. Grayscale: #626262. Windows color (decimal): -9936301 or 5464680. OLE color: 5464680.

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

Color convert

RGB1049883-
CMYK00.060.200.59
HSL42.86º11.23%36.67%-
HSV(B)42.86º20.19%40.78%-
XYZ11.6412.39.94-
YUV98.08119.49132.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 83 (32.81% from 255) = 29.12%
R=36.49%
G=34.39%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104988300.060.200.5942.8611.2336.67
Hex68625306143B2bb25
Octal150142123062473531345
Binary1101000110001010100110110101001110111010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686253; }

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

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

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

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

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

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

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

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