Html Css Color HEX #886B68 Ferra

📋 copy color: '#886B68'

red 136 ◦ green 107 ◦ blue 104

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

Shades of Ferra #886B68

Tints of Ferra #886B68

RGB

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

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

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

R = 39.19%
G = 30.84%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#886B68 (or 0x886B68) is known color: Ferra. HEX triplet: 88, 6B and 68. RGB value is (136,107,104). Sum of RGB (Red+Green+Blue) = 136+107+104=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #886B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B68 is #779497. Grayscale: #737373. Windows color (decimal): -7836824 or 6843272. OLE color: 6843272.

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

Color convert

RGB 136 107 104 -
CMYK 0 0.21 0.24 0.47
HSL 5.63º 0.13% 0.47% -
HSV(B) 5.63º 0.24% 0.53% -
XYZ 17.91 16.75 15.39 -
YUV 115.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 136 107 104 0 0.21 0.24 0.47 5.63 0.13 0.47
Hex 88 6B 68 0 15 18 2F 6 D 2F
Octal 210 153 150 0 25 30 57 6 15 57
Binary 10001000 1101011 1101000 0 10101 11000 101111 110 1101 101111

Color Harmonies of #886B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886B68

Black with #886B68

Text Example


Text Example

White with #886B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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