Html Css Color HEX #697248 Siam

📋 copy color: '#697248'

red 105 ◦ green 114 ◦ blue 72

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

Shades of Siam #697248

Tints of Siam #697248

RGB

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

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

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

R = 36.08%
G = 39.18%
B = 24.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#697248 (or 0x697248) is known color: Siam. HEX triplet: 69, 72 and 48. RGB value is (105,114,72). Sum of RGB (Red+Green+Blue) = 105+114+72=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #697248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697248 is #968DB7. Grayscale: #6A6A6A. Windows color (decimal): -9866680 or 4747881. OLE color: 4747881.

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

Color convert

RGB 105 114 72 -
CMYK 0.08 0 0.37 0.55
HSL 72.86º 0.23% 0.36% -
HSV(B) 72.86º 0.37% 0.45% -
XYZ 13.01 15.51 8.44 -
YUV 106.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 105 114 72 0.08 0 0.37 0.55 72.86 0.23 0.36
Hex 69 72 48 8 0 25 37 49 17 24
Octal 151 162 110 10 0 45 67 111 27 44
Binary 1101001 1110010 1001000 1000 0 100101 110111 1001001 10111 100100

Color Harmonies of #697248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697248

Black with #697248

Text Example


Text Example

White with #697248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697248; }

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

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

background-color css

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

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

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

border-color css

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

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

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