Html Css Color HEX #866445 Dark Wood

📋 copy color: '#866445'

red 134 ◦ green 100 ◦ blue 69

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

Shades of Dark Wood #866445

Tints of Dark Wood #866445

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33%

 BLUE value IS 69 (27.34% from 255) = 22.77%

R = 44.22%
G = 33%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#866445 (or 0x866445) is known color: Dark Wood. HEX triplet: 86, 64 and 45. RGB value is (134,100,69). Sum of RGB (Red+Green+Blue) = 134+100+69=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #866445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866445 is #799BBA. Grayscale: #6A6A6A. Windows color (decimal): -7969723 or 4547718. OLE color: 4547718.

HSL color Cylindrical-coordinate representation of color #866445: hue angle of 28.62º degrees, saturation: 0.32, 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 #866445 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 100 69 -
CMYK 0 0.25 0.49 0.47
HSL 28.62º 0.32% 0.4% -
HSV(B) 28.62º 0.49% 0.53% -
XYZ 15.46 14.61 7.64 -
YUV 106.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 134 100 69 0 0.25 0.49 0.47 28.62 0.32 0.4
Hex 86 64 45 0 19 31 2F 1D 20 28
Octal 206 144 105 0 31 61 57 35 40 50
Binary 10000110 1100100 1000101 0 11001 110001 101111 11101 100000 101000

Color Harmonies of #866445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866445

Black with #866445

Text Example


Text Example

White with #866445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866445; }

 p { color: rgb(134,100,69); }

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

background-color css

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

 a { background-color: rgb(134,100,69); }

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

border-color css

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

 span { border-color: rgb(134,100,69); }

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