Html Css Color HEX #886443 Dark Wood

📋 copy color: '#886443'

red 136 ◦ green 100 ◦ blue 67

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

Shades of Dark Wood #886443

Tints of Dark Wood #886443

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33%

 BLUE value IS 67 (26.56% from 255) = 22.11%

R = 44.88%
G = 33%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#886443 (or 0x886443) is known color: Dark Wood. HEX triplet: 88, 64 and 43. RGB value is (136,100,67). Sum of RGB (Red+Green+Blue) = 136+100+67=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #886443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886443 is #779BBC. Grayscale: #6B6B6B. Windows color (decimal): -7838653 or 4416648. OLE color: 4416648.

HSL color Cylindrical-coordinate representation of color #886443: hue angle of 28.7º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #886443 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 100 67 -
CMYK 0 0.26 0.51 0.47
HSL 28.7º 0.34% 0.4% -
HSV(B) 28.7º 0.51% 0.53% -
XYZ 15.72 14.75 7.33 -
YUV 107 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 136 100 67 0 0.26 0.51 0.47 28.7 0.34 0.4
Hex 88 64 43 0 1A 33 2F 1D 22 28
Octal 210 144 103 0 32 63 57 35 42 50
Binary 10001000 1100100 1000011 0 11010 110011 101111 11101 100010 101000

Color Harmonies of #886443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886443

Black with #886443

Text Example


Text Example

White with #886443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886443; }

 p { color: rgb(136,100,67); }

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

background-color css

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

 a { background-color: rgb(136,100,67); }

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

border-color css

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

 span { border-color: rgb(136,100,67); }

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