Html Css Color HEX #697155 Siam

📋 copy color: '#697155'

red 105 ◦ green 113 ◦ blue 85

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

Shades of Siam #697155

Tints of Siam #697155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.05%

R = 34.65%
G = 37.29%
B = 28.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#697155 (or 0x697155) is known color: Siam. HEX triplet: 69, 71 and 55. RGB value is (105,113,85). Sum of RGB (Red+Green+Blue) = 105+113+85=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 113 - color contains mainly: green. Hex color #697155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697155 is #968EAA. Grayscale: #6B6B6B. Windows color (decimal): -9866923 or 5599593. OLE color: 5599593.

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

Color convert

RGB 105 113 85 -
CMYK 0.07 0 0.25 0.56
HSL 77.14º 0.14% 0.39% -
HSV(B) 77.14º 0.25% 0.44% -
XYZ 13.37 15.47 10.88 -
YUV 107.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 105 113 85 0.07 0 0.25 0.56 77.14 0.14 0.39
Hex 69 71 55 7 0 19 38 4D E 27
Octal 151 161 125 7 0 31 70 115 16 47
Binary 1101001 1110001 1010101 111 0 11001 111000 1001101 1110 100111

Color Harmonies of #697155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697155

Black with #697155

Text Example


Text Example

White with #697155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697155; }

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

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

background-color css

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

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

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

border-color css

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

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

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