Html Css Color HEX #686A4E Siam

📋 copy color: '#686A4E'

red 104 ◦ green 106 ◦ blue 78

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

Shades of Siam #686A4E

Tints of Siam #686A4E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.81%

 BLUE value IS 78 (30.86% from 255) = 27.08%

R = 36.11%
G = 36.81%
B = 27.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#686A4E (or 0x686A4E) is known color: Siam. HEX triplet: 68, 6A and 4E. RGB value is (104,106,78). Sum of RGB (Red+Green+Blue) = 104+106+78=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 106 - color contains mainly: green. Hex color #686A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A4E is #9795B1. Grayscale: #666666. Windows color (decimal): -9934258 or 5139048. OLE color: 5139048.

HSL color Cylindrical-coordinate representation of color #686A4E: hue angle of 64.29º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #686A4E is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 106 78 -
CMYK 0.02 0 0.26 0.58
HSL 64.29º 0.15% 0.36% -
HSV(B) 64.29º 0.26% 0.42% -
XYZ 12.24 13.8 9.23 -
YUV 102.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 104 106 78 0.02 0 0.26 0.58 64.29 0.15 0.36
Hex 68 6A 4E 2 0 1A 3A 40 F 24
Octal 150 152 116 2 0 32 72 100 17 44
Binary 1101000 1101010 1001110 10 0 11010 111010 1000000 1111 100100

Color Harmonies of #686A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A4E

Black with #686A4E

Text Example


Text Example

White with #686A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686A4E; }

 p { color: rgb(104,106,78); }

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

background-color css

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

 a { background-color: rgb(104,106,78); }

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

border-color css

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

 span { border-color: rgb(104,106,78); }

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