Html Css Color HEX #886B69 Ferra

📋 copy color: '#886B69'

red 136 ◦ green 107 ◦ blue 105

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

Shades of Ferra #886B69

Tints of Ferra #886B69

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.75%

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

R = 39.08%
G = 30.75%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#886B69 (or 0x886B69) is known color: Ferra. HEX triplet: 88, 6B and 69. RGB value is (136,107,105). Sum of RGB (Red+Green+Blue) = 136+107+105=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #886B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B69 is #779496. Grayscale: #737373. Windows color (decimal): -7836823 or 6908808. OLE color: 6908808.

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

Color convert

RGB 136 107 105 -
CMYK 0 0.21 0.23 0.47
HSL 3.87º 0.13% 0.47% -
HSV(B) 3.87º 0.23% 0.53% -
XYZ 17.96 16.77 15.65 -
YUV 115.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 136 107 105 0 0.21 0.23 0.47 3.87 0.13 0.47
Hex 88 6B 69 0 15 17 2F 4 D 2F
Octal 210 153 151 0 25 27 57 4 15 57
Binary 10001000 1101011 1101001 0 10101 10111 101111 100 1101 101111

Color Harmonies of #886B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886B69

Black with #886B69

Text Example


Text Example

White with #886B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,107,105); }

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

background-color css

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

 a { background-color: rgb(136,107,105); }

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

border-color css

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

 span { border-color: rgb(136,107,105); }

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