#8B6762

Color #8B6762 Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #8B6762

Tints of Ferra #8B6762

Color information

#8B6762 (or 0x8B6762) is unknown color: approx Ferra. HEX triplet: 8B, 67 and 62. RGB value is (139,103,98). Sum of RGB (Red+Green+Blue) = 139+103+98=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6762 is #74989D. Grayscale: #717171. Windows color (decimal): -7641246 or 6449035. OLE color: 6449035.

HSL color Cylindrical-coordinate representation of color #8B6762: hue angle of 7.32º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B6762 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB13910398-
CMYK00.260.290.45
HSL7.32º17.3%46.47%-
HSV(B)7.32º29.5%54.51%-
XYZ17.716.0713.72-
YUV113.19119.43146.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 98 (38.67% from 255) = 28.82%
R=40.88%
G=30.29%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391039800.260.290.457.3217.346.47
Hex8B676201A1D2D7112e
Octal213147142032355572156
Binary10001011110011111000100110101110110110111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,103,98); }

 H1.HeaderClassName
 {
   color: #8B6762;
 }
 .AnyTagClassName
 {
   color: #8B6762;
 }
</style>
background-color css

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

 a { background-color: rgb(139,103,98); }

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

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

 span { border-color: rgb(139,103,98); }

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