Html Css Color HEX #886649 Dark Wood

📋 copy color: '#886649'

red 136 ◦ green 102 ◦ blue 73

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

Shades of Dark Wood #886649

Tints of Dark Wood #886649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.8%

 BLUE value IS 73 (28.91% from 255) = 23.47%

R = 43.73%
G = 32.8%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#886649 (or 0x886649) is known color: Dark Wood. HEX triplet: 88, 66 and 49. RGB value is (136,102,73). Sum of RGB (Red+Green+Blue) = 136+102+73=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #886649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886649 is #7799B6. Grayscale: #6D6D6D. Windows color (decimal): -7838135 or 4810376. OLE color: 4810376.

HSL color Cylindrical-coordinate representation of color #886649: hue angle of 27.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #886649 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 102 73 -
CMYK 0 0.25 0.46 0.47
HSL 27.62º 0.3% 0.41% -
HSV(B) 27.62º 0.46% 0.53% -
XYZ 16.11 15.22 8.39 -
YUV 108.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 136 102 73 0 0.25 0.46 0.47 27.62 0.3 0.41
Hex 88 66 49 0 19 2E 2F 1C 1E 29
Octal 210 146 111 0 31 56 57 34 36 51
Binary 10001000 1100110 1001001 0 11001 101110 101111 11100 11110 101001

Color Harmonies of #886649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886649

Black with #886649

Text Example


Text Example

White with #886649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886649; }

 p { color: rgb(136,102,73); }

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

background-color css

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

 a { background-color: rgb(136,102,73); }

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

border-color css

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

 span { border-color: rgb(136,102,73); }

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