Html Css Color HEX #876E6D Ferra

📋 copy color: '#876E6D'

red 135 ◦ green 110 ◦ blue 109

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

Shades of Ferra #876E6D

Tints of Ferra #876E6D

RGB

 RED value IS 135 (53.13% from 255) = 38.14%

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

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

R = 38.14%
G = 31.07%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#876E6D (or 0x876E6D) is known color: Ferra. HEX triplet: 87, 6E and 6D. RGB value is (135,110,109). Sum of RGB (Red+Green+Blue) = 135+110+109=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #876E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E6D is #789192. Grayscale: #757575. Windows color (decimal): -7901587 or 7171719. OLE color: 7171719.

HSL color Cylindrical-coordinate representation of color #876E6D: hue angle of 2.31º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #876E6D is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 110 109 -
CMYK 0 0.19 0.19 0.47
HSL 2.31º 0.11% 0.48% -
HSV(B) 2.31º 0.19% 0.53% -
XYZ 18.33 17.41 16.86 -
YUV 117.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 135 110 109 0 0.19 0.19 0.47 2.31 0.11 0.48
Hex 87 6E 6D 0 13 13 2F 2 B 30
Octal 207 156 155 0 23 23 57 2 13 60
Binary 10000111 1101110 1101101 0 10011 10011 101111 10 1011 110000

Color Harmonies of #876E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876E6D

Black with #876E6D

Text Example


Text Example

White with #876E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876E6D; }

 p { color: rgb(135,110,109); }

 H1.HeaderClassName
 {
   color: #876E6D;
 }
 .AnyTagClassName
 {
   color: #876E6D;
 }
</style>

background-color css

<style>
 a { background-color: #876E6D; }

 a { background-color: rgb(135,110,109); }

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

border-color css

<style>
 span { border-color: #876E6D; }

 span { border-color: rgb(135,110,109); }

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