Html Css Color HEX #686B48 Siam

📋 copy color: '#686B48'

red 104 ◦ green 107 ◦ blue 72

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

Shades of Siam #686B48

Tints of Siam #686B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.81%

 BLUE value IS 72 (28.52% from 255) = 25.44%

R = 36.75%
G = 37.81%
B = 25.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#686B48 (or 0x686B48) is known color: Siam. HEX triplet: 68, 6B and 48. RGB value is (104,107,72). Sum of RGB (Red+Green+Blue) = 104+107+72=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 107 - color contains mainly: green. Hex color #686B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686B48 is #9794B7. Grayscale: #666666. Windows color (decimal): -9934008 or 4746088. OLE color: 4746088.

HSL color Cylindrical-coordinate representation of color #686B48: hue angle of 65.14º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #686B48 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 107 72 -
CMYK 0.03 0 0.33 0.58
HSL 65.14º 0.2% 0.35% -
HSV(B) 65.14º 0.33% 0.42% -
XYZ 12.14 13.93 8.18 -
YUV 102.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 104 107 72 0.03 0 0.33 0.58 65.14 0.2 0.35
Hex 68 6B 48 3 0 21 3A 41 14 23
Octal 150 153 110 3 0 41 72 101 24 43
Binary 1101000 1101011 1001000 11 0 100001 111010 1000001 10100 100011

Color Harmonies of #686B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B48

Black with #686B48

Text Example


Text Example

White with #686B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,107,72); }

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

background-color css

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

 a { background-color: rgb(104,107,72); }

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

border-color css

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

 span { border-color: rgb(104,107,72); }

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