Html Css Color HEX #686C4A Siam

📋 copy color: '#686C4A'

red 104 ◦ green 108 ◦ blue 74

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

Shades of Siam #686C4A

Tints of Siam #686C4A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.76%

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 36.36%
G = 37.76%
B = 25.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#686C4A (or 0x686C4A) is known color: Siam. HEX triplet: 68, 6C and 4A. RGB value is (104,108,74). Sum of RGB (Red+Green+Blue) = 104+108+74=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 108 - color contains mainly: green. Hex color #686C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686C4A is #9793B5. Grayscale: #676767. Windows color (decimal): -9933750 or 4877416. OLE color: 4877416.

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

Color convert

RGB 104 108 74 -
CMYK 0.04 0 0.31 0.58
HSL 67.06º 0.19% 0.36% -
HSV(B) 67.06º 0.31% 0.42% -
XYZ 12.31 14.16 8.56 -
YUV 102.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 104 108 74 0.04 0 0.31 0.58 67.06 0.19 0.36
Hex 68 6C 4A 4 0 1F 3A 43 13 24
Octal 150 154 112 4 0 37 72 103 23 44
Binary 1101000 1101100 1001010 100 0 11111 111010 1000011 10011 100100

Color Harmonies of #686C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686C4A

Black with #686C4A

Text Example


Text Example

White with #686C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,108,74); }

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

background-color css

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

 a { background-color: rgb(104,108,74); }

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

border-color css

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

 span { border-color: rgb(104,108,74); }

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