Html Css Color HEX #886544 Dark Wood

📋 copy color: '#886544'

red 136 ◦ green 101 ◦ blue 68

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

Shades of Dark Wood #886544

Tints of Dark Wood #886544

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

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

R = 44.59%
G = 33.11%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#886544 (or 0x886544) is known color: Dark Wood. HEX triplet: 88, 65 and 44. RGB value is (136,101,68). Sum of RGB (Red+Green+Blue) = 136+101+68=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #886544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886544 is #779ABB. Grayscale: #6B6B6B. Windows color (decimal): -7838396 or 4482440. OLE color: 4482440.

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

Color convert

RGB 136 101 68 -
CMYK 0 0.26 0.50 0.47
HSL 29.12º 0.33% 0.4% -
HSV(B) 29.12º 0.5% 0.53% -
XYZ 15.85 14.96 7.52 -
YUV 107.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 136 101 68 0 0.26 0.50 0.47 29.12 0.33 0.4
Hex 88 65 44 0 1A 32 2F 1D 21 28
Octal 210 145 104 0 32 62 57 35 41 50
Binary 10001000 1100101 1000100 0 11010 110010 101111 11101 100001 101000

Color Harmonies of #886544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886544

Black with #886544

Text Example


Text Example

White with #886544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886544; }

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

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

background-color css

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

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

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

border-color css

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

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

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