Html Css Color HEX #6D857C Patina

📋 copy color: '#6D857C'

red 109 ◦ green 133 ◦ blue 124

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

Shades of Patina #6D857C

Tints of Patina #6D857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

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

R = 29.78%
G = 36.34%
B = 33.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#6D857C (or 0x6D857C) is known color: Patina. HEX triplet: 6D, 85 and 7C. RGB value is (109,133,124). Sum of RGB (Red+Green+Blue) = 109+133+124=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #6D857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D857C is #927A83. Grayscale: #7C7C7C. Windows color (decimal): -9599620 or 8160621. OLE color: 8160621.

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

Color convert

RGB 109 133 124 -
CMYK 0.18 0 0.07 0.48
HSL 157.5º 0.1% 0.47% -
HSV(B) 157.5º 0.18% 0.52% -
XYZ 18.33 21.48 22.25 -
YUV 124.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 109 133 124 0.18 0 0.07 0.48 157.5 0.1 0.47
Hex 6D 85 7C 12 0 7 30 9E A 2F
Octal 155 205 174 22 0 7 60 236 12 57
Binary 1101101 10000101 1111100 10010 0 111 110000 10011110 1010 101111

Color Harmonies of #6D857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D857C

Black with #6D857C

Text Example


Text Example

White with #6D857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,133,124); }

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

background-color css

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

 a { background-color: rgb(109,133,124); }

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

border-color css

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

 span { border-color: rgb(109,133,124); }

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