Html Css Color HEX #866349 Dark Wood

📋 copy color: '#866349'

red 134 ◦ green 99 ◦ blue 73

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

Shades of Dark Wood #866349

Tints of Dark Wood #866349

RGB

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

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

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

R = 43.79%
G = 32.35%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#866349 (or 0x866349) is known color: Dark Wood. HEX triplet: 86, 63 and 49. RGB value is (134,99,73). Sum of RGB (Red+Green+Blue) = 134+99+73=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #866349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866349 is #799CB6. Grayscale: #6A6A6A. Windows color (decimal): -7969975 or 4809606. OLE color: 4809606.

HSL color Cylindrical-coordinate representation of color #866349: hue angle of 25.57º degrees, saturation: 0.29, 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 #866349 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 99 73 -
CMYK 0 0.26 0.46 0.47
HSL 25.57º 0.29% 0.41% -
HSV(B) 25.57º 0.46% 0.53% -
XYZ 15.5 14.47 8.28 -
YUV 106.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 134 99 73 0 0.26 0.46 0.47 25.57 0.29 0.41
Hex 86 63 49 0 1A 2E 2F 1A 1D 29
Octal 206 143 111 0 32 56 57 32 35 51
Binary 10000110 1100011 1001001 0 11010 101110 101111 11010 11101 101001

Color Harmonies of #866349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866349

Black with #866349

Text Example


Text Example

White with #866349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866349; }

 p { color: rgb(134,99,73); }

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

background-color css

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

 a { background-color: rgb(134,99,73); }

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

border-color css

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

 span { border-color: rgb(134,99,73); }

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