Html Css Color HEX #68695D Siam

📋 copy color: '#68695D'

red 104 ◦ green 105 ◦ blue 93

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

Shades of Siam #68695D

Tints of Siam #68695D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 34.44%
G = 34.77%
B = 30.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68695D (or 0x68695D) is known color: Siam. HEX triplet: 68, 69 and 5D. RGB value is (104,105,93). Sum of RGB (Red+Green+Blue) = 104+105+93=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 105 - color contains mainly: green. Hex color #68695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68695D is #9796A2. Grayscale: #676767. Windows color (decimal): -9934499 or 6121832. OLE color: 6121832.

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

Color convert

RGB 104 105 93 -
CMYK 0.01 0 0.11 0.59
HSL 65º 0.06% 0.39% -
HSV(B) 65º 0.11% 0.41% -
XYZ 12.74 13.84 12.36 -
YUV 103.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 104 105 93 0.01 0 0.11 0.59 65 0.06 0.39
Hex 68 69 5D 1 0 B 3B 41 6 27
Octal 150 151 135 1 0 13 73 101 6 47
Binary 1101000 1101001 1011101 1 0 1011 111011 1000001 110 100111

Color Harmonies of #68695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68695D

Black with #68695D

Text Example


Text Example

White with #68695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68695D; }

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

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

background-color css

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

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

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

border-color css

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

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

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