Html Css Color HEX #686056 Makara

📋 copy color: '#686056'

red 104 ◦ green 96 ◦ blue 86

#686056
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Makara #686056

Tints of Makara #686056

RGB

 RED value IS 104 (41.02% from 255) = 36.36%

 GREEN value IS 96 (37.89% from 255) = 33.57%

 BLUE value IS 86 (33.98% from 255) = 30.07%

R = 36.36%
G = 33.57%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#686056 (or 0x686056) is known color: Makara. HEX triplet: 68, 60 and 56. RGB value is (104,96,86). Sum of RGB (Red+Green+Blue) = 104+96+86=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #686056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686056 is #979FA9. Grayscale: #616161. Windows color (decimal): -9936810 or 5660776. OLE color: 5660776.

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

Color convert

RGB 104 96 86 -
CMYK 0 0.08 0.17 0.59
HSL 33.33º 0.09% 0.37% -
HSV(B) 33.33º 0.17% 0.41% -
XYZ 11.57 11.98 10.51 -
YUV 97.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 104 96 86 0 0.08 0.17 0.59 33.33 0.09 0.37
Hex 68 60 56 0 8 11 3B 21 9 25
Octal 150 140 126 0 10 21 73 41 11 45
Binary 1101000 1100000 1010110 0 1000 10001 111011 100001 1001 100101

Color Harmonies of #686056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686056

Black with #686056

Text Example


Text Example

White with #686056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686056; }

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

 H1.HeaderClassName
 {
   color: #686056;
 }
 .AnyTagClassName
 {
   color: #686056;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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