Html Css Color HEX #86644A Dark Wood

📋 copy color: '#86644A'

red 134 ◦ green 100 ◦ blue 74

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

Shades of Dark Wood #86644A

Tints of Dark Wood #86644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.47%

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 43.51%
G = 32.47%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#86644A (or 0x86644A) is known color: Dark Wood. HEX triplet: 86, 64 and 4A. RGB value is (134,100,74). Sum of RGB (Red+Green+Blue) = 134+100+74=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #86644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86644A is #799BB5. Grayscale: #6B6B6B. Windows color (decimal): -7969718 or 4875398. OLE color: 4875398.

HSL color Cylindrical-coordinate representation of color #86644A: hue angle of 26º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86644A is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 100 74 -
CMYK 0 0.25 0.45 0.47
HSL 26º 0.29% 0.41% -
HSV(B) 26º 0.45% 0.53% -
XYZ 15.62 14.68 8.49 -
YUV 107.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 134 100 74 0 0.25 0.45 0.47 26 0.29 0.41
Hex 86 64 4A 0 19 2D 2F 1A 1D 29
Octal 206 144 112 0 31 55 57 32 35 51
Binary 10000110 1100100 1001010 0 11001 101101 101111 11010 11101 101001

Color Harmonies of #86644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86644A

Black with #86644A

Text Example


Text Example

White with #86644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86644A; }

 p { color: rgb(134,100,74); }

 H1.HeaderClassName
 {
   color: #86644A;
 }
 .AnyTagClassName
 {
   color: #86644A;
 }
</style>

background-color css

<style>
 a { background-color: #86644A; }

 a { background-color: rgb(134,100,74); }

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

border-color css

<style>
 span { border-color: #86644A; }

 span { border-color: rgb(134,100,74); }

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