Html Css Color HEX #866D6A Ferra

📋 copy color: '#866D6A'

red 134 ◦ green 109 ◦ blue 106

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

Shades of Ferra #866D6A

Tints of Ferra #866D6A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.23%

 BLUE value IS 106 (41.8% from 255) = 30.37%

R = 38.4%
G = 31.23%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#866D6A (or 0x866D6A) is known color: Ferra. HEX triplet: 86, 6D and 6A. RGB value is (134,109,106). Sum of RGB (Red+Green+Blue) = 134+109+106=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #866D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D6A is #799295. Grayscale: #747474. Windows color (decimal): -7967382 or 6974854. OLE color: 6974854.

HSL color Cylindrical-coordinate representation of color #866D6A: hue angle of 6.43º 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 #866D6A is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 109 106 -
CMYK 0 0.19 0.21 0.47
HSL 6.43º 0.12% 0.47% -
HSV(B) 6.43º 0.21% 0.53% -
XYZ 17.9 17.05 15.98 -
YUV 116.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 134 109 106 0 0.19 0.21 0.47 6.43 0.12 0.47
Hex 86 6D 6A 0 13 15 2F 6 C 2F
Octal 206 155 152 0 23 25 57 6 14 57
Binary 10000110 1101101 1101010 0 10011 10101 101111 110 1100 101111

Color Harmonies of #866D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866D6A

Black with #866D6A

Text Example


Text Example

White with #866D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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