Html Css Color HEX #865E45 Dark Wood

📋 copy color: '#865E45'

red 134 ◦ green 94 ◦ blue 69

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

Shades of Dark Wood #865E45

Tints of Dark Wood #865E45

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.65%

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

R = 45.12%
G = 31.65%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#865E45 (or 0x865E45) is known color: Dark Wood. HEX triplet: 86, 5E and 45. RGB value is (134,94,69). Sum of RGB (Red+Green+Blue) = 134+94+69=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #865E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E45 is #79A1BA. Grayscale: #676767. Windows color (decimal): -7971259 or 4546182. OLE color: 4546182.

HSL color Cylindrical-coordinate representation of color #865E45: hue angle of 23.08º 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 #865E45 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 94 69 -
CMYK 0 0.30 0.49 0.47
HSL 23.08º 0.32% 0.4% -
HSV(B) 23.08º 0.49% 0.53% -
XYZ 14.91 13.5 7.45 -
YUV 103.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 134 94 69 0 0.30 0.49 0.47 23.08 0.32 0.4
Hex 86 5E 45 0 1E 31 2F 17 20 28
Octal 206 136 105 0 36 61 57 27 40 50
Binary 10000110 1011110 1000101 0 11110 110001 101111 10111 100000 101000

Color Harmonies of #865E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E45

Black with #865E45

Text Example


Text Example

White with #865E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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