Html Css Color HEX #696E50 Siam

📋 copy color: '#696E50'

red 105 ◦ green 110 ◦ blue 80

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

Shades of Siam #696E50

Tints of Siam #696E50

RGB

 RED value IS 105 (41.41% from 255) = 35.59%

 GREEN value IS 110 (43.36% from 255) = 37.29%

 BLUE value IS 80 (31.64% from 255) = 27.12%

R = 35.59%
G = 37.29%
B = 27.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#696E50 (or 0x696E50) is known color: Siam. HEX triplet: 69, 6E and 50. RGB value is (105,110,80). Sum of RGB (Red+Green+Blue) = 105+110+80=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 110 - color contains mainly: green. Hex color #696E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E50 is #9691AF. Grayscale: #696969. Windows color (decimal): -9867696 or 5271145. OLE color: 5271145.

HSL color Cylindrical-coordinate representation of color #696E50: hue angle of 70º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #696E50 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 110 80 -
CMYK 0.05 0 0.27 0.57
HSL 70º 0.16% 0.37% -
HSV(B) 70º 0.27% 0.43% -
XYZ 12.85 14.73 9.76 -
YUV 105.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 105 110 80 0.05 0 0.27 0.57 70 0.16 0.37
Hex 69 6E 50 5 0 1B 39 46 10 25
Octal 151 156 120 5 0 33 71 106 20 45
Binary 1101001 1101110 1010000 101 0 11011 111001 1000110 10000 100101

Color Harmonies of #696E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E50

Black with #696E50

Text Example


Text Example

White with #696E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696E50; }

 p { color: rgb(105,110,80); }

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

background-color css

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

 a { background-color: rgb(105,110,80); }

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

border-color css

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

 span { border-color: rgb(105,110,80); }

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