Html Css Color HEX #866766 Ferra

📋 copy color: '#866766'

red 134 ◦ green 103 ◦ blue 102

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

Shades of Ferra #866766

Tints of Ferra #866766

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.38%

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

R = 39.53%
G = 30.38%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#866766 (or 0x866766) is known color: Ferra. HEX triplet: 86, 67 and 66. RGB value is (134,103,102). Sum of RGB (Red+Green+Blue) = 134+103+102=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #866766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866766 is #799899. Grayscale: #707070. Windows color (decimal): -7968922 or 6711174. OLE color: 6711174.

HSL color Cylindrical-coordinate representation of color #866766: hue angle of 1.88º 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 #866766 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 103 102 -
CMYK 0 0.23 0.24 0.47
HSL 1.88º 0.14% 0.46% -
HSV(B) 1.88º 0.24% 0.53% -
XYZ 17.08 15.73 14.71 -
YUV 112.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 134 103 102 0 0.23 0.24 0.47 1.88 0.14 0.46
Hex 86 67 66 0 17 18 2F 2 E 2E
Octal 206 147 146 0 27 30 57 2 16 56
Binary 10000110 1100111 1100110 0 10111 11000 101111 10 1110 101110

Color Harmonies of #866766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866766

Black with #866766

Text Example


Text Example

White with #866766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866766; }

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

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

background-color css

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

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

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

border-color css

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

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

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