#686155

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

Shades of Makara #686155

Tints of Makara #686155

Color information

#686155 (or 0x686155) is unknown color: approx Makara. HEX triplet: 68, 61 and 55. RGB value is (104,97,85). Sum of RGB (Red+Green+Blue) = 104+97+85=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #686155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686155 is #979EAA. Grayscale: #616161. Windows color (decimal): -9936555 or 5595496. OLE color: 5595496.

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

Color convert

RGB1049785-
CMYK00.070.180.59
HSL37.89º10.05%37.06%-
HSV(B)37.89º18.27%40.78%-
XYZ11.6212.1510.33-
YUV97.72120.82132.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=36.36%
G=33.92%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104978500.070.180.5937.8910.0537.06
Hex68615507123B26a25
Octal150141125072273461245
Binary1101000110000110101010111100101110111001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686155; }

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

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

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

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

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

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

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

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