#8B6B66

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

Shades of Ferra #8B6B66

Tints of Ferra #8B6B66

Color information

#8B6B66 (or 0x8B6B66) is unknown color: approx Ferra. HEX triplet: 8B, 6B and 66. RGB value is (139,107,102). Sum of RGB (Red+Green+Blue) = 139+107+102=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B66 is #749499. Grayscale: #747474. Windows color (decimal): -7640218 or 6712203. OLE color: 6712203.

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

Color convert

RGB139107102-
CMYK00.230.270.45
HSL8.11º15.35%47.25%-
HSV(B)8.11º26.62%54.51%-
XYZ18.316.9614.88-
YUV116120.1144.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.94%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=39.94%
G=30.75%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910710200.230.270.458.1115.3547.25
Hex8B6B660171B2D8f2f
Octal2131531460273355101757
Binary10001011110101111001100101111101110110110001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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