Html Css Color HEX #697055 Siam

📋 copy color: '#697055'

red 105 ◦ green 112 ◦ blue 85

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

Shades of Siam #697055

Tints of Siam #697055

RGB

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

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

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

R = 34.77%
G = 37.09%
B = 28.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#697055 (or 0x697055) is known color: Siam. HEX triplet: 69, 70 and 55. RGB value is (105,112,85). Sum of RGB (Red+Green+Blue) = 105+112+85=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 112 - color contains mainly: green. Hex color #697055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697055 is #968FAA. Grayscale: #6A6A6A. Windows color (decimal): -9867179 or 5599337. OLE color: 5599337.

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

Color convert

RGB 105 112 85 -
CMYK 0.06 0 0.24 0.56
HSL 75.56º 0.14% 0.39% -
HSV(B) 75.56º 0.24% 0.44% -
XYZ 13.26 15.25 10.84 -
YUV 106.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 105 112 85 0.06 0 0.24 0.56 75.56 0.14 0.39
Hex 69 70 55 6 0 18 38 4C E 27
Octal 151 160 125 6 0 30 70 114 16 47
Binary 1101001 1110000 1010101 110 0 11000 111000 1001100 1110 100111

Color Harmonies of #697055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697055

Black with #697055

Text Example


Text Example

White with #697055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697055; }

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

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

background-color css

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

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

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

border-color css

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

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

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