Html Css Color HEX #86613E Dark Wood

📋 copy color: '#86613E'

red 134 ◦ green 97 ◦ blue 62

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

Shades of Dark Wood #86613E

Tints of Dark Wood #86613E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.11%

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

R = 45.73%
G = 33.11%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#86613E (or 0x86613E) is known color: Dark Wood. HEX triplet: 86, 61 and 3E. RGB value is (134,97,62). Sum of RGB (Red+Green+Blue) = 134+97+62=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #86613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86613E is #799EC1. Grayscale: #686868. Windows color (decimal): -7970498 or 4088198. OLE color: 4088198.

HSL color Cylindrical-coordinate representation of color #86613E: hue angle of 29.17º 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 #86613E is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 97 62 -
CMYK 0 0.28 0.54 0.47
HSL 29.17º 0.37% 0.38% -
HSV(B) 29.17º 0.54% 0.53% -
XYZ 14.98 13.97 6.46 -
YUV 104.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 134 97 62 0 0.28 0.54 0.47 29.17 0.37 0.38
Hex 86 61 3E 0 1C 36 2F 1D 25 26
Octal 206 141 76 0 34 66 57 35 45 46
Binary 10000110 1100001 111110 0 11100 110110 101111 11101 100101 100110

Color Harmonies of #86613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86613E

Black with #86613E

Text Example


Text Example

White with #86613E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86613E; }

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

 H1.HeaderClassName
 {
   color: #86613E;
 }
 .AnyTagClassName
 {
   color: #86613E;
 }
</style>

background-color css

<style>
 a { background-color: #86613E; }

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

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

border-color css

<style>
 span { border-color: #86613E; }

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

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