Html Css Color HEX #865C46 Dark Wood

📋 copy color: '#865C46'

red 134 ◦ green 92 ◦ blue 70

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

Shades of Dark Wood #865C46

Tints of Dark Wood #865C46

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.08%

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

R = 45.27%
G = 31.08%
B = 23.65%

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

#865C46 (or 0x865C46) is known color: Dark Wood. HEX triplet: 86, 5C and 46. RGB value is (134,92,70). Sum of RGB (Red+Green+Blue) = 134+92+70=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #865C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C46 is #79A3B9. Grayscale: #666666. Windows color (decimal): -7971770 or 4611206. OLE color: 4611206.

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

Color convert

RGB 134 92 70 -
CMYK 0 0.31 0.48 0.47
HSL 20.63º 0.31% 0.4% -
HSV(B) 20.63º 0.48% 0.53% -
XYZ 14.76 13.16 7.56 -
YUV 102.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 134 92 70 0 0.31 0.48 0.47 20.63 0.31 0.4
Hex 86 5C 46 0 1F 30 2F 15 1F 28
Octal 206 134 106 0 37 60 57 25 37 50
Binary 10000110 1011100 1000110 0 11111 110000 101111 10101 11111 101000

Color Harmonies of #865C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C46

Black with #865C46

Text Example


Text Example

White with #865C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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