Html Css Color HEX #8C716D Ferra

📋 copy color: '#8C716D'

red 140 ◦ green 113 ◦ blue 109

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

Shades of Ferra #8C716D

Tints of Ferra #8C716D

RGB

 RED value IS 140 (55.08% from 255) = 38.67%

 GREEN value IS 113 (44.53% from 255) = 31.22%

 BLUE value IS 109 (42.97% from 255) = 30.11%

R = 38.67%
G = 31.22%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8C716D (or 0x8C716D) is known color: Ferra. HEX triplet: 8C, 71 and 6D. RGB value is (140,113,109). Sum of RGB (Red+Green+Blue) = 140+113+109=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C716D is #738E92. Grayscale: #787878. Windows color (decimal): -7573139 or 7172492. OLE color: 7172492.

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

Color convert

RGB 140 113 109 -
CMYK 0 0.19 0.22 0.45
HSL 7.74º 0.12% 0.49% -
HSV(B) 7.74º 0.22% 0.55% -
XYZ 19.48 18.49 17.01 -
YUV 120.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 140 113 109 0 0.19 0.22 0.45 7.74 0.12 0.49
Hex 8C 71 6D 0 13 16 2D 8 C 31
Octal 214 161 155 0 23 26 55 10 14 61
Binary 10001100 1110001 1101101 0 10011 10110 101101 1000 1100 110001

Color Harmonies of #8C716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C716D

Black with #8C716D

Text Example


Text Example

White with #8C716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,113,109); }

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

background-color css

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

 a { background-color: rgb(140,113,109); }

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

border-color css

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

 span { border-color: rgb(140,113,109); }

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