Html Css Color HEX #886F68 Ferra

📋 copy color: '#886F68'

red 136 ◦ green 111 ◦ blue 104

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

Shades of Ferra #886F68

Tints of Ferra #886F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

 BLUE value IS 104 (41.02% from 255) = 29.63%

R = 38.75%
G = 31.62%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#886F68 (or 0x886F68) is known color: Ferra. HEX triplet: 88, 6F and 68. RGB value is (136,111,104). Sum of RGB (Red+Green+Blue) = 136+111+104=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #886F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886F68 is #779097. Grayscale: #757575. Windows color (decimal): -7835800 or 6844296. OLE color: 6844296.

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

Color convert

RGB 136 111 104 -
CMYK 0 0.18 0.24 0.47
HSL 13.13º 0.13% 0.47% -
HSV(B) 13.13º 0.24% 0.53% -
XYZ 18.34 17.6 15.53 -
YUV 117.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 136 111 104 0 0.18 0.24 0.47 13.13 0.13 0.47
Hex 88 6F 68 0 12 18 2F D D 2F
Octal 210 157 150 0 22 30 57 15 15 57
Binary 10001000 1101111 1101000 0 10010 11000 101111 1101 1101 101111

Color Harmonies of #886F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F68

Black with #886F68

Text Example


Text Example

White with #886F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,111,104); }

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

background-color css

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

 a { background-color: rgb(136,111,104); }

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

border-color css

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

 span { border-color: rgb(136,111,104); }

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