Html Css Color HEX #8B6F6E Ferra

📋 copy color: '#8B6F6E'

red 139 ◦ green 111 ◦ blue 110

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

Shades of Ferra #8B6F6E

Tints of Ferra #8B6F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.83%

 BLUE value IS 110 (43.36% from 255) = 30.56%

R = 38.61%
G = 30.83%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B6F6E (or 0x8B6F6E) is known color: Ferra. HEX triplet: 8B, 6F and 6E. RGB value is (139,111,110). Sum of RGB (Red+Green+Blue) = 139+111+110=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6F6E is #749091. Grayscale: #777777. Windows color (decimal): -7639186 or 7237515. OLE color: 7237515.

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

Color convert

RGB 139 111 110 -
CMYK 0 0.20 0.21 0.45
HSL 2.07º 0.12% 0.49% -
HSV(B) 2.07º 0.21% 0.55% -
XYZ 19.15 17.98 17.21 -
YUV 119.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 139 111 110 0 0.20 0.21 0.45 2.07 0.12 0.49
Hex 8B 6F 6E 0 14 15 2D 2 C 31
Octal 213 157 156 0 24 25 55 2 14 61
Binary 10001011 1101111 1101110 0 10100 10101 101101 10 1100 110001

Color Harmonies of #8B6F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6F6E

Black with #8B6F6E

Text Example


Text Example

White with #8B6F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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