Html Css Color HEX #866340 Dark Wood

📋 copy color: '#866340'

red 134 ◦ green 99 ◦ blue 64

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

Shades of Dark Wood #866340

Tints of Dark Wood #866340

RGB

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

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

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

R = 45.12%
G = 33.33%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#866340 (or 0x866340) is known color: Dark Wood. HEX triplet: 86, 63 and 40. RGB value is (134,99,64). Sum of RGB (Red+Green+Blue) = 134+99+64=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #866340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866340 is #799CBF. Grayscale: #696969. Windows color (decimal): -7969984 or 4219782. OLE color: 4219782.

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

Color convert

RGB 134 99 64 -
CMYK 0 0.26 0.52 0.47
HSL 30º 0.35% 0.39% -
HSV(B) 30º 0.52% 0.53% -
XYZ 15.22 14.36 6.82 -
YUV 105.48 104.6 148.35 -
System Red Green Blue C M Y K H S L
Decimal 134 99 64 0 0.26 0.52 0.47 30 0.35 0.39
Hex 86 63 40 0 1A 34 2F 1E 23 27
Octal 206 143 100 0 32 64 57 36 43 47
Binary 10000110 1100011 1000000 0 11010 110100 101111 11110 100011 100111

Color Harmonies of #866340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866340

Black with #866340

Text Example


Text Example

White with #866340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866340; }

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

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

background-color css

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

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

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

border-color css

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

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

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