Html Css Color HEX #8B6E65 Ferra

📋 copy color: '#8B6E65'

red 139 ◦ green 110 ◦ blue 101

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

Shades of Ferra #8B6E65

Tints of Ferra #8B6E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.86%

R = 39.71%
G = 31.43%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B6E65 (or 0x8B6E65) is known color: Ferra. HEX triplet: 8B, 6E and 65. RGB value is (139,110,101). Sum of RGB (Red+Green+Blue) = 139+110+101=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E65 is #74919A. Grayscale: #757575. Windows color (decimal): -7639451 or 6647435. OLE color: 6647435.

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

Color convert

RGB 139 110 101 -
CMYK 0 0.21 0.27 0.45
HSL 14.21º 0.16% 0.47% -
HSV(B) 14.21º 0.27% 0.55% -
XYZ 18.57 17.58 14.73 -
YUV 117.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 139 110 101 0 0.21 0.27 0.45 14.21 0.16 0.47
Hex 8B 6E 65 0 15 1B 2D E 10 2F
Octal 213 156 145 0 25 33 55 16 20 57
Binary 10001011 1101110 1100101 0 10101 11011 101101 1110 10000 101111

Color Harmonies of #8B6E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6E65

Black with #8B6E65

Text Example


Text Example

White with #8B6E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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