Html Css Color HEX #697149 Siam

📋 copy color: '#697149'

red 105 ◦ green 113 ◦ blue 73

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

Shades of Siam #697149

Tints of Siam #697149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.83%

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

R = 36.08%
G = 38.83%
B = 25.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#697149 (or 0x697149) is known color: Siam. HEX triplet: 69, 71 and 49. RGB value is (105,113,73). Sum of RGB (Red+Green+Blue) = 105+113+73=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #697149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697149 is #968EB6. Grayscale: #6A6A6A. Windows color (decimal): -9866935 or 4813161. OLE color: 4813161.

HSL color Cylindrical-coordinate representation of color #697149: hue angle of 72º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #697149 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 113 73 -
CMYK 0.07 0 0.35 0.56
HSL 72º 0.22% 0.36% -
HSV(B) 72º 0.35% 0.44% -
XYZ 12.93 15.29 8.57 -
YUV 106.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 105 113 73 0.07 0 0.35 0.56 72 0.22 0.36
Hex 69 71 49 7 0 23 38 48 16 24
Octal 151 161 111 7 0 43 70 110 26 44
Binary 1101001 1110001 1001001 111 0 100011 111000 1001000 10110 100100

Color Harmonies of #697149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697149

Black with #697149

Text Example


Text Example

White with #697149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697149; }

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

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

background-color css

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

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

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

border-color css

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

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

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