Html Css Color HEX #6E9B86 Patina

📋 copy color: '#6E9B86'

red 110 ◦ green 155 ◦ blue 134

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

Shades of Patina #6E9B86

Tints of Patina #6E9B86

RGB

 RED value IS 110 (43.36% from 255) = 27.57%

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

 BLUE value IS 134 (52.73% from 255) = 33.58%

R = 27.57%
G = 38.85%
B = 33.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#6E9B86 (or 0x6E9B86) is known color: Patina. HEX triplet: 6E, 9B and 86. RGB value is (110,155,134). Sum of RGB (Red+Green+Blue) = 110+155+134=399 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.57% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9B86 is #916479. Grayscale: #8B8B8B. Windows color (decimal): -9528442 or 8821614. OLE color: 8821614.

HSL color Cylindrical-coordinate representation of color #6E9B86: hue angle of 152º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E9B86 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 155 134 -
CMYK 0.29 0 0.14 0.39
HSL 152º 0.18% 0.52% -
HSV(B) 152º 0.29% 0.61% -
XYZ 22.45 28.48 26.87 -
YUV 139.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 110 155 134 0.29 0 0.14 0.39 152 0.18 0.52
Hex 6E 9B 86 1D 0 E 27 98 12 34
Octal 156 233 206 35 0 16 47 230 22 64
Binary 1101110 10011011 10000110 11101 0 1110 100111 10011000 10010 110100

Color Harmonies of #6E9B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9B86

Black with #6E9B86

Text Example


Text Example

White with #6E9B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,155,134); }

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

background-color css

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

 a { background-color: rgb(110,155,134); }

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

border-color css

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

 span { border-color: rgb(110,155,134); }

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