Html Css Color HEX #8B706F Ferra

📋 copy color: '#8B706F'

red 139 ◦ green 112 ◦ blue 111

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

Shades of Ferra #8B706F

Tints of Ferra #8B706F

RGB

 RED value IS 139 (54.69% from 255) = 38.4%

 GREEN value IS 112 (44.14% from 255) = 30.94%

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 38.4%
G = 30.94%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8B706F (or 0x8B706F) is known color: Ferra. HEX triplet: 8B, 70 and 6F. RGB value is (139,112,111). Sum of RGB (Red+Green+Blue) = 139+112+111=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B706F is #748F90. Grayscale: #777777. Windows color (decimal): -7638929 or 7303307. OLE color: 7303307.

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

Color convert

RGB 139 112 111 -
CMYK 0 0.19 0.20 0.45
HSL 2.14º 0.11% 0.49% -
HSV(B) 2.14º 0.2% 0.55% -
XYZ 19.31 18.23 17.54 -
YUV 119.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 139 112 111 0 0.19 0.20 0.45 2.14 0.11 0.49
Hex 8B 70 6F 0 13 14 2D 2 B 31
Octal 213 160 157 0 23 24 55 2 13 61
Binary 10001011 1110000 1101111 0 10011 10100 101101 10 1011 110001

Color Harmonies of #8B706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B706F

Black with #8B706F

Text Example


Text Example

White with #8B706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,112,111); }

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

background-color css

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

 a { background-color: rgb(139,112,111); }

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

border-color css

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

 span { border-color: rgb(139,112,111); }

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