Html Css Color HEX #686256 Makara

📋 copy color: '#686256'

red 104 ◦ green 98 ◦ blue 86

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

Shades of Makara #686256

Tints of Makara #686256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.03%

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

R = 36.11%
G = 34.03%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#686256 (or 0x686256) is known color: Makara. HEX triplet: 68, 62 and 56. RGB value is (104,98,86). Sum of RGB (Red+Green+Blue) = 104+98+86=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #686256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686256 is #979DA9. Grayscale: #626262. Windows color (decimal): -9936298 or 5661288. OLE color: 5661288.

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

Color convert

RGB 104 98 86 -
CMYK 0 0.06 0.17 0.59
HSL 40º 0.09% 0.37% -
HSV(B) 40º 0.17% 0.41% -
XYZ 11.76 12.35 10.57 -
YUV 98.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 104 98 86 0 0.06 0.17 0.59 40 0.09 0.37
Hex 68 62 56 0 6 11 3B 28 9 25
Octal 150 142 126 0 6 21 73 50 11 45
Binary 1101000 1100010 1010110 0 110 10001 111011 101000 1001 100101

Color Harmonies of #686256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686256

Black with #686256

Text Example


Text Example

White with #686256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686256; }

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

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

background-color css

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

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

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

border-color css

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

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

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