Html Css Color HEX #686962 Siam

📋 copy color: '#686962'

red 104 ◦ green 105 ◦ blue 98

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

Shades of Siam #686962

Tints of Siam #686962

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.2%

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 33.88%
G = 34.2%
B = 31.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#686962 (or 0x686962) is known color: Siam. HEX triplet: 68, 69 and 62. RGB value is (104,105,98). Sum of RGB (Red+Green+Blue) = 104+105+98=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 105 - color contains mainly: green. Hex color #686962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686962 is #97969D. Grayscale: #676767. Windows color (decimal): -9934494 or 6449512. OLE color: 6449512.

HSL color Cylindrical-coordinate representation of color #686962: hue angle of 68.57º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #686962 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 105 98 -
CMYK 0.01 0 0.07 0.59
HSL 68.57º 0.03% 0.4% -
HSV(B) 68.57º 0.07% 0.41% -
XYZ 12.97 13.93 13.56 -
YUV 103.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 104 105 98 0.01 0 0.07 0.59 68.57 0.03 0.4
Hex 68 69 62 1 0 7 3B 45 3 28
Octal 150 151 142 1 0 7 73 105 3 50
Binary 1101000 1101001 1100010 1 0 111 111011 1000101 11 101000

Color Harmonies of #686962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686962

Black with #686962

Text Example


Text Example

White with #686962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686962; }

 p { color: rgb(104,105,98); }

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

background-color css

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

 a { background-color: rgb(104,105,98); }

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

border-color css

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

 span { border-color: rgb(104,105,98); }

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