#8B6662

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

Shades of Ferra #8B6662

Tints of Ferra #8B6662

Color information

#8B6662 (or 0x8B6662) is unknown color: approx Ferra. HEX triplet: 8B, 66 and 62. RGB value is (139,102,98). Sum of RGB (Red+Green+Blue) = 139+102+98=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6662 is #74999D. Grayscale: #707070. Windows color (decimal): -7641502 or 6448779. OLE color: 6448779.

HSL color Cylindrical-coordinate representation of color #8B6662: hue angle of 5.85º 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 #8B6662 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB13910298-
CMYK00.270.290.45
HSL5.85º17.3%46.47%-
HSV(B)5.85º29.5%54.51%-
XYZ17.615.8713.69-
YUV112.61119.76146.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=41.00%
G=30.09%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391029800.270.290.455.8517.346.47
Hex8B666201B1D2D6112e
Octal213146142033355562156
Binary10001011110011011000100110111110110110111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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