Html Css Color HEX #6E847C Patina

📋 copy color: '#6E847C'

red 110 ◦ green 132 ◦ blue 124

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

Shades of Patina #6E847C

Tints of Patina #6E847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 30.05%
G = 36.07%
B = 33.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#6E847C (or 0x6E847C) is known color: Patina. HEX triplet: 6E, 84 and 7C. RGB value is (110,132,124). Sum of RGB (Red+Green+Blue) = 110+132+124=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #6E847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E847C is #917B83. Grayscale: #7C7C7C. Windows color (decimal): -9534340 or 8160366. OLE color: 8160366.

HSL color Cylindrical-coordinate representation of color #6E847C: hue angle of 158.18º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E847C is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 132 124 -
CMYK 0.17 0 0.06 0.48
HSL 158.18º 0.09% 0.47% -
HSV(B) 158.18º 0.17% 0.52% -
XYZ 18.32 21.27 22.21 -
YUV 124.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 110 132 124 0.17 0 0.06 0.48 158.18 0.09 0.47
Hex 6E 84 7C 11 0 6 30 9E 9 2F
Octal 156 204 174 21 0 6 60 236 11 57
Binary 1101110 10000100 1111100 10001 0 110 110000 10011110 1001 101111

Color Harmonies of #6E847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E847C

Black with #6E847C

Text Example


Text Example

White with #6E847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,132,124); }

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

background-color css

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

 a { background-color: rgb(110,132,124); }

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

border-color css

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

 span { border-color: rgb(110,132,124); }

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