Html Css Color HEX #866A66 Ferra

📋 copy color: '#866A66'

red 134 ◦ green 106 ◦ blue 102

#866A66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ferra #866A66

Tints of Ferra #866A66

RGB

 RED value IS 134 (52.73% from 255) = 39.18%

 GREEN value IS 106 (41.8% from 255) = 30.99%

 BLUE value IS 102 (40.23% from 255) = 29.82%

R = 39.18%
G = 30.99%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#866A66 (or 0x866A66) is known color: Ferra. HEX triplet: 86, 6A and 66. RGB value is (134,106,102). Sum of RGB (Red+Green+Blue) = 134+106+102=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #866A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866A66 is #799599. Grayscale: #717171. Windows color (decimal): -7968154 or 6711942. OLE color: 6711942.

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

Color convert

RGB 134 106 102 -
CMYK 0 0.21 0.24 0.47
HSL 7.5º 0.14% 0.46% -
HSV(B) 7.5º 0.24% 0.53% -
XYZ 17.38 16.34 14.81 -
YUV 113.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 134 106 102 0 0.21 0.24 0.47 7.5 0.14 0.46
Hex 86 6A 66 0 15 18 2F 8 E 2E
Octal 206 152 146 0 25 30 57 10 16 56
Binary 10000110 1101010 1100110 0 10101 11000 101111 1000 1110 101110

Color Harmonies of #866A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866A66

Black with #866A66

Text Example


Text Example

White with #866A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #866A66;
 }
 .AnyTagClassName
 {
   color: #866A66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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