Html Css Color HEX #8D6E6A Ferra

📋 copy color: '#8D6E6A'

red 141 ◦ green 110 ◦ blue 106

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

Shades of Ferra #8D6E6A

Tints of Ferra #8D6E6A

RGB

 RED value IS 141 (55.47% from 255) = 39.5%

 GREEN value IS 110 (43.36% from 255) = 30.81%

 BLUE value IS 106 (41.8% from 255) = 29.69%

R = 39.5%
G = 30.81%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8D6E6A (or 0x8D6E6A) is known color: Ferra. HEX triplet: 8D, 6E and 6A. RGB value is (141,110,106). Sum of RGB (Red+Green+Blue) = 141+110+106=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6E6A is #729195. Grayscale: #767676. Windows color (decimal): -7508374 or 6975117. OLE color: 6975117.

HSL color Cylindrical-coordinate representation of color #8D6E6A: hue angle of 6.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D6E6A is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 110 106 -
CMYK 0 0.22 0.25 0.45
HSL 6.86º 0.14% 0.48% -
HSV(B) 6.86º 0.25% 0.55% -
XYZ 19.16 17.86 16.07 -
YUV 118.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 141 110 106 0 0.22 0.25 0.45 6.86 0.14 0.48
Hex 8D 6E 6A 0 16 19 2D 7 E 30
Octal 215 156 152 0 26 31 55 7 16 60
Binary 10001101 1101110 1101010 0 10110 11001 101101 111 1110 110000

Color Harmonies of #8D6E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6E6A

Black with #8D6E6A

Text Example


Text Example

White with #8D6E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D6E6A; }

 p { color: rgb(141,110,106); }

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

background-color css

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

 a { background-color: rgb(141,110,106); }

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

border-color css

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

 span { border-color: rgb(141,110,106); }

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