Html Css Color HEX #865B45 Dark Wood

📋 copy color: '#865B45'

red 134 ◦ green 91 ◦ blue 69

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

Shades of Dark Wood #865B45

Tints of Dark Wood #865B45

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.95%

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

R = 45.58%
G = 30.95%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#865B45 (or 0x865B45) is known color: Dark Wood. HEX triplet: 86, 5B and 45. RGB value is (134,91,69). Sum of RGB (Red+Green+Blue) = 134+91+69=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #865B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B45 is #79A4BA. Grayscale: #656565. Windows color (decimal): -7972027 or 4545414. OLE color: 4545414.

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

Color convert

RGB 134 91 69 -
CMYK 0 0.32 0.49 0.47
HSL 20.31º 0.32% 0.4% -
HSV(B) 20.31º 0.49% 0.53% -
XYZ 14.65 12.98 7.36 -
YUV 101.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 134 91 69 0 0.32 0.49 0.47 20.31 0.32 0.4
Hex 86 5B 45 0 20 31 2F 14 20 28
Octal 206 133 105 0 40 61 57 24 40 50
Binary 10000110 1011011 1000101 0 100000 110001 101111 10100 100000 101000

Color Harmonies of #865B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865B45

Black with #865B45

Text Example


Text Example

White with #865B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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