Html Css Color HEX #686157 Makara

📋 copy color: '#686157'

red 104 ◦ green 97 ◦ blue 87

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

Shades of Makara #686157

Tints of Makara #686157

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.68%

 BLUE value IS 87 (34.38% from 255) = 30.21%

R = 36.11%
G = 33.68%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#686157 (or 0x686157) is known color: Makara. HEX triplet: 68, 61 and 57. RGB value is (104,97,87). Sum of RGB (Red+Green+Blue) = 104+97+87=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #686157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686157 is #979EA8. Grayscale: #626262. Windows color (decimal): -9936553 or 5726568. OLE color: 5726568.

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

Color convert

RGB 104 97 87 -
CMYK 0 0.07 0.16 0.59
HSL 35.29º 0.09% 0.37% -
HSV(B) 35.29º 0.16% 0.41% -
XYZ 11.7 12.18 10.75 -
YUV 97.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 104 97 87 0 0.07 0.16 0.59 35.29 0.09 0.37
Hex 68 61 57 0 7 10 3B 23 9 25
Octal 150 141 127 0 7 20 73 43 11 45
Binary 1101000 1100001 1010111 0 111 10000 111011 100011 1001 100101

Color Harmonies of #686157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686157

Black with #686157

Text Example


Text Example

White with #686157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686157; }

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

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

background-color css

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

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

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

border-color css

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

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

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