Html Css Color HEX #886340 Dark Wood

📋 copy color: '#886340'

red 136 ◦ green 99 ◦ blue 64

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

Shades of Dark Wood #886340

Tints of Dark Wood #886340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 45.48%
G = 33.11%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#886340 (or 0x886340) is known color: Dark Wood. HEX triplet: 88, 63 and 40. RGB value is (136,99,64). Sum of RGB (Red+Green+Blue) = 136+99+64=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #886340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886340 is #779CBF. Grayscale: #6A6A6A. Windows color (decimal): -7838912 or 4219784. OLE color: 4219784.

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

Color convert

RGB 136 99 64 -
CMYK 0 0.27 0.53 0.47
HSL 29.17º 0.36% 0.39% -
HSV(B) 29.17º 0.53% 0.53% -
XYZ 15.54 14.53 6.84 -
YUV 106.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 136 99 64 0 0.27 0.53 0.47 29.17 0.36 0.39
Hex 88 63 40 0 1B 35 2F 1D 24 27
Octal 210 143 100 0 33 65 57 35 44 47
Binary 10001000 1100011 1000000 0 11011 110101 101111 11101 100100 100111

Color Harmonies of #886340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886340

Black with #886340

Text Example


Text Example

White with #886340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886340; }

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

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

background-color css

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

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

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

border-color css

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

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

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