#866B6A

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

Shades of Ferra #866B6A

Tints of Ferra #866B6A

Color information

#866B6A (or 0x866B6A) is unknown color: approx Ferra. HEX triplet: 86, 6B and 6A. RGB value is (134,107,106). Sum of RGB (Red+Green+Blue) = 134+107+106=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #866B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B6A is #799495. Grayscale: #727272. Windows color (decimal): -7967894 or 6974342. OLE color: 6974342.

HSL color Cylindrical-coordinate representation of color #866B6A: hue angle of 2.14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #866B6A is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB134107106-
CMYK00.200.210.47
HSL2.14º11.67%47.06%-
HSV(B)2.14º20.9%52.55%-
XYZ17.6916.6215.91-
YUV114.96122.95141.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=38.62%
G=30.84%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410710600.200.210.472.1411.6747.06
Hex866B6A014152F2c2f
Octal206153152024255721457
Binary100001101101011110101001010010101101111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866B6A; }

 p { color: rgb(134,107,106); }

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

<style>
 a { background-color: #866B6A; }

 a { background-color: rgb(134,107,106); }

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

<style>
 span { border-color: #866B6A; }

 span { border-color: rgb(134,107,106); }

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