Html Css Color HEX #886342 Dark Wood

📋 copy color: '#886342'

red 136 ◦ green 99 ◦ blue 66

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

Shades of Dark Wood #886342

Tints of Dark Wood #886342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 45.18%
G = 32.89%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#886342 (or 0x886342) is known color: Dark Wood. HEX triplet: 88, 63 and 42. RGB value is (136,99,66). Sum of RGB (Red+Green+Blue) = 136+99+66=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #886342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886342 is #779CBD. Grayscale: #6A6A6A. Windows color (decimal): -7838910 or 4350856. OLE color: 4350856.

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

Color convert

RGB 136 99 66 -
CMYK 0 0.27 0.51 0.47
HSL 28.29º 0.35% 0.4% -
HSV(B) 28.29º 0.51% 0.53% -
XYZ 15.6 14.55 7.14 -
YUV 106.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 136 99 66 0 0.27 0.51 0.47 28.29 0.35 0.4
Hex 88 63 42 0 1B 33 2F 1C 23 28
Octal 210 143 102 0 33 63 57 34 43 50
Binary 10001000 1100011 1000010 0 11011 110011 101111 11100 100011 101000

Color Harmonies of #886342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886342

Black with #886342

Text Example


Text Example

White with #886342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886342; }

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

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

background-color css

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

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

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

border-color css

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

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

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