Html Css Color HEX #866E69 Ferra

📋 copy color: '#866E69'

red 134 ◦ green 110 ◦ blue 105

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

Shades of Ferra #866E69

Tints of Ferra #866E69

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.52%

 BLUE value IS 105 (41.41% from 255) = 30.09%

R = 38.4%
G = 31.52%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#866E69 (or 0x866E69) is known color: Ferra. HEX triplet: 86, 6E and 69. RGB value is (134,110,105). Sum of RGB (Red+Green+Blue) = 134+110+105=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #866E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E69 is #799196. Grayscale: #747474. Windows color (decimal): -7967127 or 6909574. OLE color: 6909574.

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

Color convert

RGB 134 110 105 -
CMYK 0 0.18 0.22 0.47
HSL 10.34º 0.12% 0.47% -
HSV(B) 10.34º 0.22% 0.53% -
XYZ 17.96 17.24 15.75 -
YUV 116.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 134 110 105 0 0.18 0.22 0.47 10.34 0.12 0.47
Hex 86 6E 69 0 12 16 2F A C 2F
Octal 206 156 151 0 22 26 57 12 14 57
Binary 10000110 1101110 1101001 0 10010 10110 101111 1010 1100 101111

Color Harmonies of #866E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866E69

Black with #866E69

Text Example


Text Example

White with #866E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,110,105); }

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

background-color css

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

 a { background-color: rgb(134,110,105); }

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

border-color css

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

 span { border-color: rgb(134,110,105); }

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