Html Css Color HEX #8D6764 Ferra

📋 copy color: '#8D6764'

red 141 ◦ green 103 ◦ blue 100

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

Shades of Ferra #8D6764

Tints of Ferra #8D6764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.94%

 BLUE value IS 100 (39.45% from 255) = 29.07%

R = 40.99%
G = 29.94%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8D6764 (or 0x8D6764) is known color: Ferra. HEX triplet: 8D, 67 and 64. RGB value is (141,103,100). Sum of RGB (Red+Green+Blue) = 141+103+100=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6764 is #72989B. Grayscale: #727272. Windows color (decimal): -7510172 or 6580109. OLE color: 6580109.

HSL color Cylindrical-coordinate representation of color #8D6764: hue angle of 4.39º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D6764 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 103 100 -
CMYK 0 0.27 0.29 0.45
HSL 4.39º 0.17% 0.47% -
HSV(B) 4.39º 0.29% 0.55% -
XYZ 18.14 16.28 14.24 -
YUV 114.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 141 103 100 0 0.27 0.29 0.45 4.39 0.17 0.47
Hex 8D 67 64 0 1B 1D 2D 4 11 2F
Octal 215 147 144 0 33 35 55 4 21 57
Binary 10001101 1100111 1100100 0 11011 11101 101101 100 10001 101111

Color Harmonies of #8D6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6764

Black with #8D6764

Text Example


Text Example

White with #8D6764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,103,100); }

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

background-color css

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

 a { background-color: rgb(141,103,100); }

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

border-color css

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

 span { border-color: rgb(141,103,100); }

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