Html Css Color HEX #697050 Siam

📋 copy color: '#697050'

red 105 ◦ green 112 ◦ blue 80

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

Shades of Siam #697050

Tints of Siam #697050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.71%

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

R = 35.35%
G = 37.71%
B = 26.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#697050 (or 0x697050) is known color: Siam. HEX triplet: 69, 70 and 50. RGB value is (105,112,80). Sum of RGB (Red+Green+Blue) = 105+112+80=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #697050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697050 is #968FAF. Grayscale: #6A6A6A. Windows color (decimal): -9867184 or 5271657. OLE color: 5271657.

HSL color Cylindrical-coordinate representation of color #697050: hue angle of 73.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #697050 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 112 80 -
CMYK 0.06 0 0.29 0.56
HSL 73.13º 0.17% 0.38% -
HSV(B) 73.13º 0.29% 0.44% -
XYZ 13.07 15.17 9.83 -
YUV 106.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 105 112 80 0.06 0 0.29 0.56 73.13 0.17 0.38
Hex 69 70 50 6 0 1D 38 49 11 26
Octal 151 160 120 6 0 35 70 111 21 46
Binary 1101001 1110000 1010000 110 0 11101 111000 1001001 10001 100110

Color Harmonies of #697050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697050

Black with #697050

Text Example


Text Example

White with #697050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697050; }

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

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

background-color css

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

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

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

border-color css

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

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

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