Html Css Color HEX #886E66 Ferra

📋 copy color: '#886E66'

red 136 ◦ green 110 ◦ blue 102

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

Shades of Ferra #886E66

Tints of Ferra #886E66

RGB

 RED value IS 136 (53.52% from 255) = 39.08%

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

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

R = 39.08%
G = 31.61%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#886E66 (or 0x886E66) is known color: Ferra. HEX triplet: 88, 6E and 66. RGB value is (136,110,102). Sum of RGB (Red+Green+Blue) = 136+110+102=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #886E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E66 is #779199. Grayscale: #747474. Windows color (decimal): -7836058 or 6712968. OLE color: 6712968.

HSL color Cylindrical-coordinate representation of color #886E66: hue angle of 14.12º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #886E66 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 110 102 -
CMYK 0 0.19 0.25 0.47
HSL 14.12º 0.14% 0.47% -
HSV(B) 14.12º 0.25% 0.53% -
XYZ 18.13 17.35 14.96 -
YUV 116.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 136 110 102 0 0.19 0.25 0.47 14.12 0.14 0.47
Hex 88 6E 66 0 13 19 2F E E 2F
Octal 210 156 146 0 23 31 57 16 16 57
Binary 10001000 1101110 1100110 0 10011 11001 101111 1110 1110 101111

Color Harmonies of #886E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886E66

Black with #886E66

Text Example


Text Example

White with #886E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886E66; }

 p { color: rgb(136,110,102); }

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

background-color css

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

 a { background-color: rgb(136,110,102); }

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

border-color css

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

 span { border-color: rgb(136,110,102); }

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