Html Css Color HEX #866344 Dark Wood

📋 copy color: '#866344'

red 134 ◦ green 99 ◦ blue 68

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

Shades of Dark Wood #866344

Tints of Dark Wood #866344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.59%

R = 44.52%
G = 32.89%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#866344 (or 0x866344) is known color: Dark Wood. HEX triplet: 86, 63 and 44. RGB value is (134,99,68). Sum of RGB (Red+Green+Blue) = 134+99+68=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #866344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866344 is #799CBB. Grayscale: #6A6A6A. Windows color (decimal): -7969980 or 4481926. OLE color: 4481926.

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

Color convert

RGB 134 99 68 -
CMYK 0 0.26 0.49 0.47
HSL 28.18º 0.33% 0.4% -
HSV(B) 28.18º 0.49% 0.53% -
XYZ 15.34 14.41 7.44 -
YUV 105.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 134 99 68 0 0.26 0.49 0.47 28.18 0.33 0.4
Hex 86 63 44 0 1A 31 2F 1C 21 28
Octal 206 143 104 0 32 61 57 34 41 50
Binary 10000110 1100011 1000100 0 11010 110001 101111 11100 100001 101000

Color Harmonies of #866344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866344

Black with #866344

Text Example


Text Example

White with #866344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866344; }

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

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

background-color css

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

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

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

border-color css

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

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

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