Html Css Color HEX #686D52 Siam

📋 copy color: '#686D52'

red 104 ◦ green 109 ◦ blue 82

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

Shades of Siam #686D52

Tints of Siam #686D52

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.95%

 BLUE value IS 82 (32.42% from 255) = 27.8%

R = 35.25%
G = 36.95%
B = 27.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#686D52 (or 0x686D52) is known color: Siam. HEX triplet: 68, 6D and 52. RGB value is (104,109,82). Sum of RGB (Red+Green+Blue) = 104+109+82=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 109 - color contains mainly: green. Hex color #686D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D52 is #9792AD. Grayscale: #686868. Windows color (decimal): -9933486 or 5401960. OLE color: 5401960.

HSL color Cylindrical-coordinate representation of color #686D52: hue angle of 71.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #686D52 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 109 82 -
CMYK 0.05 0 0.25 0.57
HSL 71.11º 0.14% 0.37% -
HSV(B) 71.11º 0.25% 0.43% -
XYZ 12.7 14.49 10.11 -
YUV 104.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 104 109 82 0.05 0 0.25 0.57 71.11 0.14 0.37
Hex 68 6D 52 5 0 19 39 47 E 25
Octal 150 155 122 5 0 31 71 107 16 45
Binary 1101000 1101101 1010010 101 0 11001 111001 1000111 1110 100101

Color Harmonies of #686D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D52

Black with #686D52

Text Example


Text Example

White with #686D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,109,82); }

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

background-color css

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

 a { background-color: rgb(104,109,82); }

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

border-color css

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

 span { border-color: rgb(104,109,82); }

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