Html Css Color HEX #697249 Siam

📋 copy color: '#697249'

red 105 ◦ green 114 ◦ blue 73

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

Shades of Siam #697249

Tints of Siam #697249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.04%

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

R = 35.96%
G = 39.04%
B = 25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#697249 (or 0x697249) is known color: Siam. HEX triplet: 69, 72 and 49. RGB value is (105,114,73). Sum of RGB (Red+Green+Blue) = 105+114+73=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #697249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697249 is #968DB6. Grayscale: #6A6A6A. Windows color (decimal): -9866679 or 4813417. OLE color: 4813417.

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

Color convert

RGB 105 114 73 -
CMYK 0.08 0 0.36 0.55
HSL 73.17º 0.22% 0.37% -
HSV(B) 73.17º 0.36% 0.45% -
XYZ 13.05 15.52 8.61 -
YUV 106.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 105 114 73 0.08 0 0.36 0.55 73.17 0.22 0.37
Hex 69 72 49 8 0 24 37 49 16 25
Octal 151 162 111 10 0 44 67 111 26 45
Binary 1101001 1110010 1001001 1000 0 100100 110111 1001001 10110 100101

Color Harmonies of #697249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697249

Black with #697249

Text Example


Text Example

White with #697249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697249; }

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

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

background-color css

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

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

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

border-color css

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

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

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