Html Css Color HEX #686955 Siam

📋 copy color: '#686955'

red 104 ◦ green 105 ◦ blue 85

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

Shades of Siam #686955

Tints of Siam #686955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.91%

R = 35.37%
G = 35.71%
B = 28.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#686955 (or 0x686955) is known color: Siam. HEX triplet: 68, 69 and 55. RGB value is (104,105,85). Sum of RGB (Red+Green+Blue) = 104+105+85=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 105 - color contains mainly: green. Hex color #686955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686955 is #9796AA. Grayscale: #666666. Windows color (decimal): -9934507 or 5597544. OLE color: 5597544.

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

Color convert

RGB 104 105 85 -
CMYK 0.01 0 0.19 0.59
HSL 63º 0.11% 0.37% -
HSV(B) 63º 0.19% 0.41% -
XYZ 12.4 13.7 10.59 -
YUV 102.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 104 105 85 0.01 0 0.19 0.59 63 0.11 0.37
Hex 68 69 55 1 0 13 3B 3F B 25
Octal 150 151 125 1 0 23 73 77 13 45
Binary 1101000 1101001 1010101 1 0 10011 111011 111111 1011 100101

Color Harmonies of #686955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686955

Black with #686955

Text Example


Text Example

White with #686955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686955; }

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

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

background-color css

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

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

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

border-color css

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

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

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