Html Css Color HEX #686953 Siam

📋 copy color: '#686953'

red 104 ◦ green 105 ◦ blue 83

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

Shades of Siam #686953

Tints of Siam #686953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.42%

R = 35.62%
G = 35.96%
B = 28.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#686953 (or 0x686953) is known color: Siam. HEX triplet: 68, 69 and 53. RGB value is (104,105,83). Sum of RGB (Red+Green+Blue) = 104+105+83=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 105 - color contains mainly: green. Hex color #686953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686953 is #9796AC. Grayscale: #666666. Windows color (decimal): -9934509 or 5466472. OLE color: 5466472.

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

Color convert

RGB 104 105 83 -
CMYK 0.01 0 0.21 0.59
HSL 62.73º 0.12% 0.37% -
HSV(B) 62.73º 0.21% 0.41% -
XYZ 12.32 13.67 10.17 -
YUV 102.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 104 105 83 0.01 0 0.21 0.59 62.73 0.12 0.37
Hex 68 69 53 1 0 15 3B 3F C 25
Octal 150 151 123 1 0 25 73 77 14 45
Binary 1101000 1101001 1010011 1 0 10101 111011 111111 1100 100101

Color Harmonies of #686953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686953

Black with #686953

Text Example


Text Example

White with #686953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686953; }

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

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

background-color css

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

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

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

border-color css

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

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

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