#8B6767

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

Shades of Ferra #8B6767

Tints of Ferra #8B6767

Color information

#8B6767 (or 0x8B6767) is unknown color: approx Ferra. HEX triplet: 8B, 67 and 67. RGB value is (139,103,103). Sum of RGB (Red+Green+Blue) = 139+103+103=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6767 is #749898. Grayscale: #717171. Windows color (decimal): -7641241 or 6776715. OLE color: 6776715.

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

Color convert

RGB139103103-
CMYK00.260.260.45
HSL14.88%47.45%-
HSV(B)25.9%54.51%-
XYZ17.9516.1715.01-
YUV113.76121.93146-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.29%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 103 (40.62% from 255) = 29.86%
R=40.29%
G=29.86%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910310300.260.260.45014.8847.45
Hex8B676701A1A2D0f2f
Octal213147147032325501757
Binary10001011110011111001110110101101010110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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