Html Css Color HEX #697048 Siam

📋 copy color: '#697048'

red 105 ◦ green 112 ◦ blue 72

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

Shades of Siam #697048

Tints of Siam #697048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.75%

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

R = 36.33%
G = 38.75%
B = 24.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#697048 (or 0x697048) is known color: Siam. HEX triplet: 69, 70 and 48. RGB value is (105,112,72). Sum of RGB (Red+Green+Blue) = 105+112+72=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 112 - color contains mainly: green. Hex color #697048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697048 is #968FB7. Grayscale: #696969. Windows color (decimal): -9867192 or 4747369. OLE color: 4747369.

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

Color convert

RGB 105 112 72 -
CMYK 0.06 0 0.36 0.56
HSL 70.5º 0.22% 0.36% -
HSV(B) 70.5º 0.36% 0.44% -
XYZ 12.79 15.06 8.36 -
YUV 105.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 105 112 72 0.06 0 0.36 0.56 70.5 0.22 0.36
Hex 69 70 48 6 0 24 38 46 16 24
Octal 151 160 110 6 0 44 70 106 26 44
Binary 1101001 1110000 1001000 110 0 100100 111000 1000110 10110 100100

Color Harmonies of #697048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697048

Black with #697048

Text Example


Text Example

White with #697048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697048; }

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

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

background-color css

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

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

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

border-color css

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

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

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