Html Css Color HEX #86674A Dark Wood

📋 copy color: '#86674A'

red 134 ◦ green 103 ◦ blue 74

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

Shades of Dark Wood #86674A

Tints of Dark Wood #86674A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.12%

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

R = 43.09%
G = 33.12%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#86674A (or 0x86674A) is known color: Dark Wood. HEX triplet: 86, 67 and 4A. RGB value is (134,103,74). Sum of RGB (Red+Green+Blue) = 134+103+74=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #86674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86674A is #7998B5. Grayscale: #6D6D6D. Windows color (decimal): -7968950 or 4876166. OLE color: 4876166.

HSL color Cylindrical-coordinate representation of color #86674A: hue angle of 29º 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 #86674A is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 103 74 -
CMYK 0 0.23 0.45 0.47
HSL 29º 0.29% 0.41% -
HSV(B) 29º 0.45% 0.53% -
XYZ 15.92 15.26 8.59 -
YUV 108.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 134 103 74 0 0.23 0.45 0.47 29 0.29 0.41
Hex 86 67 4A 0 17 2D 2F 1D 1D 29
Octal 206 147 112 0 27 55 57 35 35 51
Binary 10000110 1100111 1001010 0 10111 101101 101111 11101 11101 101001

Color Harmonies of #86674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86674A

Black with #86674A

Text Example


Text Example

White with #86674A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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