Html Css Color HEX #865C43 Dark Wood

📋 copy color: '#865C43'

red 134 ◦ green 92 ◦ blue 67

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

Shades of Dark Wood #865C43

Tints of Dark Wood #865C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.87%

R = 45.73%
G = 31.4%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#865C43 (or 0x865C43) is known color: Dark Wood. HEX triplet: 86, 5C and 43. RGB value is (134,92,67). Sum of RGB (Red+Green+Blue) = 134+92+67=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #865C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C43 is #79A3BC. Grayscale: #656565. Windows color (decimal): -7971773 or 4414598. OLE color: 4414598.

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

Color convert

RGB 134 92 67 -
CMYK 0 0.31 0.5 0.47
HSL 22.39º 0.33% 0.39% -
HSV(B) 22.39º 0.5% 0.53% -
XYZ 14.67 13.13 7.07 -
YUV 101.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 134 92 67 0 0.31 0.5 0.47 22.39 0.33 0.39
Hex 86 5C 43 0 1F 32 2F 16 21 27
Octal 206 134 103 0 37 62 57 26 41 47
Binary 10000110 1011100 1000011 0 11111 110010 101111 10110 100001 100111

Color Harmonies of #865C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C43

Black with #865C43

Text Example


Text Example

White with #865C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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