Html Css Color HEX #886648 Dark Wood

📋 copy color: '#886648'

red 136 ◦ green 102 ◦ blue 72

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

Shades of Dark Wood #886648

Tints of Dark Wood #886648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 43.87%
G = 32.9%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#886648 (or 0x886648) is known color: Dark Wood. HEX triplet: 88, 66 and 48. RGB value is (136,102,72). Sum of RGB (Red+Green+Blue) = 136+102+72=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #886648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886648 is #7799B7. Grayscale: #6C6C6C. Windows color (decimal): -7838136 or 4744840. OLE color: 4744840.

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

Color convert

RGB 136 102 72 -
CMYK 0 0.25 0.47 0.47
HSL 28.13º 0.31% 0.41% -
HSV(B) 28.13º 0.47% 0.53% -
XYZ 16.07 15.2 8.22 -
YUV 108.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 136 102 72 0 0.25 0.47 0.47 28.13 0.31 0.41
Hex 88 66 48 0 19 2F 2F 1C 1F 29
Octal 210 146 110 0 31 57 57 34 37 51
Binary 10001000 1100110 1001000 0 11001 101111 101111 11100 11111 101001

Color Harmonies of #886648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886648

Black with #886648

Text Example


Text Example

White with #886648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886648; }

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

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

background-color css

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

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

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

border-color css

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

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

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