Html Css Color HEX #886344 Dark Wood

📋 copy color: '#886344'

red 136 ◦ green 99 ◦ blue 68

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

Shades of Dark Wood #886344

Tints of Dark Wood #886344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.67%

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

R = 44.88%
G = 32.67%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#886344 (or 0x886344) is known color: Dark Wood. HEX triplet: 88, 63 and 44. RGB value is (136,99,68). Sum of RGB (Red+Green+Blue) = 136+99+68=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #886344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886344 is #779CBB. Grayscale: #6A6A6A. Windows color (decimal): -7838908 or 4481928. OLE color: 4481928.

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

Color convert

RGB 136 99 68 -
CMYK 0 0.27 0.50 0.47
HSL 27.35º 0.33% 0.4% -
HSV(B) 27.35º 0.5% 0.53% -
XYZ 15.66 14.58 7.46 -
YUV 106.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 136 99 68 0 0.27 0.50 0.47 27.35 0.33 0.4
Hex 88 63 44 0 1B 32 2F 1B 21 28
Octal 210 143 104 0 33 62 57 33 41 50
Binary 10001000 1100011 1000100 0 11011 110010 101111 11011 100001 101000

Color Harmonies of #886344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886344

Black with #886344

Text Example


Text Example

White with #886344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886344; }

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

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

background-color css

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

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

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

border-color css

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

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

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