Html Css Color HEX #697449 Siam

📋 copy color: '#697449'

red 105 ◦ green 116 ◦ blue 73

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

Shades of Siam #697449

Tints of Siam #697449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.46%

 BLUE value IS 73 (28.91% from 255) = 24.83%

R = 35.71%
G = 39.46%
B = 24.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#697449 (or 0x697449) is known color: Siam. HEX triplet: 69, 74 and 49. RGB value is (105,116,73). Sum of RGB (Red+Green+Blue) = 105+116+73=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #697449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697449 is #968BB6. Grayscale: #6B6B6B. Windows color (decimal): -9866167 or 4813929. OLE color: 4813929.

HSL color Cylindrical-coordinate representation of color #697449: hue angle of 75.35º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #697449 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 116 73 -
CMYK 0.09 0 0.37 0.55
HSL 75.35º 0.23% 0.37% -
HSV(B) 75.35º 0.37% 0.45% -
XYZ 13.27 15.98 8.69 -
YUV 107.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 105 116 73 0.09 0 0.37 0.55 75.35 0.23 0.37
Hex 69 74 49 9 0 25 37 4B 17 25
Octal 151 164 111 11 0 45 67 113 27 45
Binary 1101001 1110100 1001001 1001 0 100101 110111 1001011 10111 100101

Color Harmonies of #697449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697449

Black with #697449

Text Example


Text Example

White with #697449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697449; }

 p { color: rgb(105,116,73); }

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

background-color css

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

 a { background-color: rgb(105,116,73); }

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

border-color css

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

 span { border-color: rgb(105,116,73); }

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