Html Css Color HEX #686963 Siam

📋 copy color: '#686963'

red 104 ◦ green 105 ◦ blue 99

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

Shades of Siam #686963

Tints of Siam #686963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.14%

R = 33.77%
G = 34.09%
B = 32.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#686963 (or 0x686963) is known color: Siam. HEX triplet: 68, 69 and 63. RGB value is (104,105,99). Sum of RGB (Red+Green+Blue) = 104+105+99=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 105 - color contains mainly: green. Hex color #686963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686963 is #97969C. Grayscale: #686868. Windows color (decimal): -9934493 or 6515048. OLE color: 6515048.

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

Color convert

RGB 104 105 99 -
CMYK 0.01 0 0.06 0.59
HSL 70º 0.03% 0.4% -
HSV(B) 70º 0.06% 0.41% -
XYZ 13.01 13.95 13.81 -
YUV 104.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 104 105 99 0.01 0 0.06 0.59 70 0.03 0.4
Hex 68 69 63 1 0 6 3B 46 3 28
Octal 150 151 143 1 0 6 73 106 3 50
Binary 1101000 1101001 1100011 1 0 110 111011 1000110 11 101000

Color Harmonies of #686963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686963

Black with #686963

Text Example


Text Example

White with #686963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686963; }

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

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

background-color css

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

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

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

border-color css

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

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

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