Html Css Color HEX #886144 Dark Wood

📋 copy color: '#886144'

red 136 ◦ green 97 ◦ blue 68

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

Shades of Dark Wood #886144

Tints of Dark Wood #886144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

 BLUE value IS 68 (26.95% from 255) = 22.59%

R = 45.18%
G = 32.23%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#886144 (or 0x886144) is known color: Dark Wood. HEX triplet: 88, 61 and 44. RGB value is (136,97,68). Sum of RGB (Red+Green+Blue) = 136+97+68=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #886144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886144 is #779EBB. Grayscale: #696969. Windows color (decimal): -7839420 or 4481416. OLE color: 4481416.

HSL color Cylindrical-coordinate representation of color #886144: hue angle of 25.59º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #886144 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 97 68 -
CMYK 0 0.29 0.50 0.47
HSL 25.59º 0.33% 0.4% -
HSV(B) 25.59º 0.5% 0.53% -
XYZ 15.47 14.2 7.39 -
YUV 105.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 136 97 68 0 0.29 0.50 0.47 25.59 0.33 0.4
Hex 88 61 44 0 1D 32 2F 1A 21 28
Octal 210 141 104 0 35 62 57 32 41 50
Binary 10001000 1100001 1000100 0 11101 110010 101111 11010 100001 101000

Color Harmonies of #886144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886144

Black with #886144

Text Example


Text Example

White with #886144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886144; }

 p { color: rgb(136,97,68); }

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

background-color css

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

 a { background-color: rgb(136,97,68); }

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

border-color css

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

 span { border-color: rgb(136,97,68); }

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