Html Css Color HEX #686F4D Siam

📋 copy color: '#686F4D'

red 104 ◦ green 111 ◦ blue 77

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

Shades of Siam #686F4D

Tints of Siam #686F4D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.01%

 BLUE value IS 77 (30.47% from 255) = 26.37%

R = 35.62%
G = 38.01%
B = 26.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#686F4D (or 0x686F4D) is known color: Siam. HEX triplet: 68, 6F and 4D. RGB value is (104,111,77). Sum of RGB (Red+Green+Blue) = 104+111+77=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 111 - color contains mainly: green. Hex color #686F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F4D is #9790B2. Grayscale: #696969. Windows color (decimal): -9932979 or 5074792. OLE color: 5074792.

HSL color Cylindrical-coordinate representation of color #686F4D: hue angle of 72.35º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #686F4D is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 111 77 -
CMYK 0.06 0 0.31 0.56
HSL 72.35º 0.18% 0.37% -
HSV(B) 72.35º 0.31% 0.44% -
XYZ 12.73 14.85 9.22 -
YUV 105.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 104 111 77 0.06 0 0.31 0.56 72.35 0.18 0.37
Hex 68 6F 4D 6 0 1F 38 48 12 25
Octal 150 157 115 6 0 37 70 110 22 45
Binary 1101000 1101111 1001101 110 0 11111 111000 1001000 10010 100101

Color Harmonies of #686F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F4D

Black with #686F4D

Text Example


Text Example

White with #686F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,111,77); }

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

background-color css

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

 a { background-color: rgb(104,111,77); }

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

border-color css

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

 span { border-color: rgb(104,111,77); }

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