Html Css Color HEX #886244 Dark Wood

📋 copy color: '#886244'

red 136 ◦ green 98 ◦ blue 68

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

Shades of Dark Wood #886244

Tints of Dark Wood #886244

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.45%

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

R = 45.03%
G = 32.45%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#886244 (or 0x886244) is known color: Dark Wood. HEX triplet: 88, 62 and 44. RGB value is (136,98,68). Sum of RGB (Red+Green+Blue) = 136+98+68=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #886244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886244 is #779DBB. Grayscale: #6A6A6A. Windows color (decimal): -7839164 or 4481672. OLE color: 4481672.

HSL color Cylindrical-coordinate representation of color #886244: hue angle of 26.47º 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 #886244 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 98 68 -
CMYK 0 0.28 0.50 0.47
HSL 26.47º 0.33% 0.4% -
HSV(B) 26.47º 0.5% 0.53% -
XYZ 15.56 14.39 7.43 -
YUV 105.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 136 98 68 0 0.28 0.50 0.47 26.47 0.33 0.4
Hex 88 62 44 0 1C 32 2F 1A 21 28
Octal 210 142 104 0 34 62 57 32 41 50
Binary 10001000 1100010 1000100 0 11100 110010 101111 11010 100001 101000

Color Harmonies of #886244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886244

Black with #886244

Text Example


Text Example

White with #886244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886244; }

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

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

background-color css

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

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

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

border-color css

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

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

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