Html Css Color HEX #866848 Dark Wood

📋 copy color: '#866848'

red 134 ◦ green 104 ◦ blue 72

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

Shades of Dark Wood #866848

Tints of Dark Wood #866848

RGB

 RED value IS 134 (52.73% from 255) = 43.23%

 GREEN value IS 104 (41.02% from 255) = 33.55%

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

R = 43.23%
G = 33.55%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#866848 (or 0x866848) is known color: Dark Wood. HEX triplet: 86, 68 and 48. RGB value is (134,104,72). Sum of RGB (Red+Green+Blue) = 134+104+72=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #866848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866848 is #7997B7. Grayscale: #6D6D6D. Windows color (decimal): -7968696 or 4745350. OLE color: 4745350.

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

Color convert

RGB 134 104 72 -
CMYK 0 0.22 0.46 0.47
HSL 30.97º 0.3% 0.4% -
HSV(B) 30.97º 0.46% 0.53% -
XYZ 15.95 15.44 8.27 -
YUV 109.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 134 104 72 0 0.22 0.46 0.47 30.97 0.3 0.4
Hex 86 68 48 0 16 2E 2F 1F 1E 28
Octal 206 150 110 0 26 56 57 37 36 50
Binary 10000110 1101000 1001000 0 10110 101110 101111 11111 11110 101000

Color Harmonies of #866848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866848

Black with #866848

Text Example


Text Example

White with #866848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866848; }

 p { color: rgb(134,104,72); }

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

background-color css

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

 a { background-color: rgb(134,104,72); }

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

border-color css

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

 span { border-color: rgb(134,104,72); }

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