Html Css Color HEX #886746 Dark Wood

📋 copy color: '#886746'

red 136 ◦ green 103 ◦ blue 70

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

Shades of Dark Wood #886746

Tints of Dark Wood #886746

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.33%

 BLUE value IS 70 (27.73% from 255) = 22.65%

R = 44.01%
G = 33.33%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#886746 (or 0x886746) is known color: Dark Wood. HEX triplet: 88, 67 and 46. RGB value is (136,103,70). Sum of RGB (Red+Green+Blue) = 136+103+70=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #886746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886746 is #7798B9. Grayscale: #6D6D6D. Windows color (decimal): -7837882 or 4614024. OLE color: 4614024.

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

Color convert

RGB 136 103 70 -
CMYK 0 0.24 0.49 0.47
HSL 30º 0.32% 0.4% -
HSV(B) 30º 0.49% 0.53% -
XYZ 16.11 15.38 7.91 -
YUV 109.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 136 103 70 0 0.24 0.49 0.47 30 0.32 0.4
Hex 88 67 46 0 18 31 2F 1E 20 28
Octal 210 147 106 0 30 61 57 36 40 50
Binary 10001000 1100111 1000110 0 11000 110001 101111 11110 100000 101000

Color Harmonies of #886746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886746

Black with #886746

Text Example


Text Example

White with #886746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886746; }

 p { color: rgb(136,103,70); }

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

background-color css

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

 a { background-color: rgb(136,103,70); }

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

border-color css

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

 span { border-color: rgb(136,103,70); }

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