Html Css Color HEX #696A60 Siam

📋 copy color: '#696A60'

red 105 ◦ green 106 ◦ blue 96

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

Shades of Siam #696A60

Tints of Siam #696A60

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.53%

 BLUE value IS 96 (37.89% from 255) = 31.27%

R = 34.2%
G = 34.53%
B = 31.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#696A60 (or 0x696A60) is known color: Siam. HEX triplet: 69, 6A and 60. RGB value is (105,106,96). Sum of RGB (Red+Green+Blue) = 105+106+96=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 106 - color contains mainly: green. Hex color #696A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A60 is #96959F. Grayscale: #686868. Windows color (decimal): -9868704 or 6318697. OLE color: 6318697.

HSL color Cylindrical-coordinate representation of color #696A60: hue angle of 66º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #696A60 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 106 96 -
CMYK 0.01 0 0.09 0.58
HSL 66º 0.05% 0.4% -
HSV(B) 66º 0.09% 0.42% -
XYZ 13.09 14.16 13.11 -
YUV 104.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 105 106 96 0.01 0 0.09 0.58 66 0.05 0.4
Hex 69 6A 60 1 0 9 3A 42 5 28
Octal 151 152 140 1 0 11 72 102 5 50
Binary 1101001 1101010 1100000 1 0 1001 111010 1000010 101 101000

Color Harmonies of #696A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696A60

Black with #696A60

Text Example


Text Example

White with #696A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,106,96); }

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

background-color css

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

 a { background-color: rgb(105,106,96); }

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

border-color css

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

 span { border-color: rgb(105,106,96); }

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