#686254

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

Shades of Makara #686254

Tints of Makara #686254

Color information

#686254 (or 0x686254) is unknown color: approx Makara. HEX triplet: 68, 62 and 54. RGB value is (104,98,84). Sum of RGB (Red+Green+Blue) = 104+98+84=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #686254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686254 is #979DAB. Grayscale: #626262. Windows color (decimal): -9936300 or 5530216. OLE color: 5530216.

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

Color convert

RGB1049884-
CMYK00.060.190.59
HSL42º10.64%36.86%-
HSV(B)42º19.23%40.78%-
XYZ11.6812.3210.15-
YUV98.2119.99132.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 84 (33.20% from 255) = 29.37%
R=36.36%
G=34.27%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104988400.060.190.594210.6436.86
Hex68625406133B2ab25
Octal150142124062373521345
Binary1101000110001010101000110100111110111010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686254; }

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

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

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

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

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

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

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

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