Html Css Color HEX #865F3E Dark Wood

📋 copy color: '#865F3E'

red 134 ◦ green 95 ◦ blue 62

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

Shades of Dark Wood #865F3E

Tints of Dark Wood #865F3E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.65%

 BLUE value IS 62 (24.61% from 255) = 21.31%

R = 46.05%
G = 32.65%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#865F3E (or 0x865F3E) is known color: Dark Wood. HEX triplet: 86, 5F and 3E. RGB value is (134,95,62). Sum of RGB (Red+Green+Blue) = 134+95+62=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #865F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865F3E is #79A0C1. Grayscale: #676767. Windows color (decimal): -7971010 or 4087686. OLE color: 4087686.

HSL color Cylindrical-coordinate representation of color #865F3E: hue angle of 27.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #865F3E is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 95 62 -
CMYK 0 0.29 0.54 0.47
HSL 27.5º 0.37% 0.38% -
HSV(B) 27.5º 0.54% 0.53% -
XYZ 14.79 13.6 6.4 -
YUV 102.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 134 95 62 0 0.29 0.54 0.47 27.5 0.37 0.38
Hex 86 5F 3E 0 1D 36 2F 1C 25 26
Octal 206 137 76 0 35 66 57 34 45 46
Binary 10000110 1011111 111110 0 11101 110110 101111 11100 100101 100110

Color Harmonies of #865F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865F3E

Black with #865F3E

Text Example


Text Example

White with #865F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,95,62); }

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

background-color css

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

 a { background-color: rgb(134,95,62); }

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

border-color css

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

 span { border-color: rgb(134,95,62); }

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