Html Css Color HEX #697548 Siam

📋 copy color: '#697548'

red 105 ◦ green 117 ◦ blue 72

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

Shades of Siam #697548

Tints of Siam #697548

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

 BLUE value IS 72 (28.52% from 255) = 24.49%

R = 35.71%
G = 39.8%
B = 24.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#697548 (or 0x697548) is known color: Siam. HEX triplet: 69, 75 and 48. RGB value is (105,117,72). Sum of RGB (Red+Green+Blue) = 105+117+72=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #697548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697548 is #968AB7. Grayscale: #6C6C6C. Windows color (decimal): -9865912 or 4748649. OLE color: 4748649.

HSL color Cylindrical-coordinate representation of color #697548: hue angle of 76º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #697548 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 117 72 -
CMYK 0.10 0 0.38 0.54
HSL 76º 0.24% 0.37% -
HSV(B) 76º 0.38% 0.46% -
XYZ 13.36 16.19 8.55 -
YUV 108.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 105 117 72 0.10 0 0.38 0.54 76 0.24 0.37
Hex 69 75 48 A 0 26 36 4C 18 25
Octal 151 165 110 12 0 46 66 114 30 45
Binary 1101001 1110101 1001000 1010 0 100110 110110 1001100 11000 100101

Color Harmonies of #697548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697548

Black with #697548

Text Example


Text Example

White with #697548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697548; }

 p { color: rgb(105,117,72); }

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

background-color css

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

 a { background-color: rgb(105,117,72); }

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

border-color css

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

 span { border-color: rgb(105,117,72); }

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