Html Css Color HEX #697150 Siam

📋 copy color: '#697150'

red 105 ◦ green 113 ◦ blue 80

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

Shades of Siam #697150

Tints of Siam #697150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.85%

R = 35.23%
G = 37.92%
B = 26.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#697150 (or 0x697150) is known color: Siam. HEX triplet: 69, 71 and 50. RGB value is (105,113,80). Sum of RGB (Red+Green+Blue) = 105+113+80=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 113 - color contains mainly: green. Hex color #697150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697150 is #968EAF. Grayscale: #6A6A6A. Windows color (decimal): -9866928 or 5271913. OLE color: 5271913.

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

Color convert

RGB 105 113 80 -
CMYK 0.07 0 0.29 0.56
HSL 74.55º 0.17% 0.38% -
HSV(B) 74.55º 0.29% 0.44% -
XYZ 13.18 15.39 9.87 -
YUV 106.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 105 113 80 0.07 0 0.29 0.56 74.55 0.17 0.38
Hex 69 71 50 7 0 1D 38 4B 11 26
Octal 151 161 120 7 0 35 70 113 21 46
Binary 1101001 1110001 1010000 111 0 11101 111000 1001011 10001 100110

Color Harmonies of #697150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697150

Black with #697150

Text Example


Text Example

White with #697150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697150; }

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

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

background-color css

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

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

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

border-color css

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

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

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