Html Css Color HEX #865D46 Dark Wood

📋 copy color: '#865D46'

red 134 ◦ green 93 ◦ blue 70

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

Shades of Dark Wood #865D46

Tints of Dark Wood #865D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.31%

 BLUE value IS 70 (27.73% from 255) = 23.57%

R = 45.12%
G = 31.31%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#865D46 (or 0x865D46) is known color: Dark Wood. HEX triplet: 86, 5D and 46. RGB value is (134,93,70). Sum of RGB (Red+Green+Blue) = 134+93+70=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #865D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D46 is #79A2B9. Grayscale: #666666. Windows color (decimal): -7971514 or 4611462. OLE color: 4611462.

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

Color convert

RGB 134 93 70 -
CMYK 0 0.31 0.48 0.47
HSL 21.56º 0.31% 0.4% -
HSV(B) 21.56º 0.48% 0.53% -
XYZ 14.85 13.34 7.59 -
YUV 102.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 134 93 70 0 0.31 0.48 0.47 21.56 0.31 0.4
Hex 86 5D 46 0 1F 30 2F 16 1F 28
Octal 206 135 106 0 37 60 57 26 37 50
Binary 10000110 1011101 1000110 0 11111 110000 101111 10110 11111 101000

Color Harmonies of #865D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865D46

Black with #865D46

Text Example


Text Example

White with #865D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,93,70); }

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

background-color css

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

 a { background-color: rgb(134,93,70); }

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

border-color css

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

 span { border-color: rgb(134,93,70); }

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