Html Css Color HEX #6D9B89 Patina

📋 copy color: '#6D9B89'

red 109 ◦ green 155 ◦ blue 137

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

Shades of Patina #6D9B89

Tints of Patina #6D9B89

RGB

 RED value IS 109 (42.97% from 255) = 27.18%

 GREEN value IS 155 (60.94% from 255) = 38.65%

 BLUE value IS 137 (53.91% from 255) = 34.16%

R = 27.18%
G = 38.65%
B = 34.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#6D9B89 (or 0x6D9B89) is known color: Patina. HEX triplet: 6D, 9B and 89. RGB value is (109,155,137). Sum of RGB (Red+Green+Blue) = 109+155+137=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 155 - color contains mainly: green. Hex color #6D9B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9B89 is #926476. Grayscale: #8B8B8B. Windows color (decimal): -9593975 or 9018221. OLE color: 9018221.

HSL color Cylindrical-coordinate representation of color #6D9B89: hue angle of 156.52º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D9B89 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 155 137 -
CMYK 0.30 0 0.12 0.39
HSL 156.52º 0.19% 0.52% -
HSV(B) 156.52º 0.3% 0.61% -
XYZ 22.54 28.5 27.98 -
YUV 139.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 109 155 137 0.30 0 0.12 0.39 156.52 0.19 0.52
Hex 6D 9B 89 1E 0 C 27 9D 13 34
Octal 155 233 211 36 0 14 47 235 23 64
Binary 1101101 10011011 10001001 11110 0 1100 100111 10011101 10011 110100

Color Harmonies of #6D9B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9B89

Black with #6D9B89

Text Example


Text Example

White with #6D9B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D9B89; }

 p { color: rgb(109,155,137); }

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

background-color css

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

 a { background-color: rgb(109,155,137); }

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

border-color css

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

 span { border-color: rgb(109,155,137); }

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