Html Css Color HEX #87684A Dark Wood

📋 copy color: '#87684A'

red 135 ◦ green 104 ◦ blue 74

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

Shades of Dark Wood #87684A

Tints of Dark Wood #87684A

RGB

 RED value IS 135 (53.13% from 255) = 43.13%

 GREEN value IS 104 (41.02% from 255) = 33.23%

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

R = 43.13%
G = 33.23%
B = 23.64%

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

#87684A (or 0x87684A) is known color: Dark Wood. HEX triplet: 87, 68 and 4A. RGB value is (135,104,74). Sum of RGB (Red+Green+Blue) = 135+104+74=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #87684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87684A is #7897B5. Grayscale: #6E6E6E. Windows color (decimal): -7903158 or 4876423. OLE color: 4876423.

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

Color convert

RGB 135 104 74 -
CMYK 0 0.23 0.45 0.47
HSL 29.51º 0.29% 0.41% -
HSV(B) 29.51º 0.45% 0.53% -
XYZ 16.18 15.55 8.63 -
YUV 109.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 135 104 74 0 0.23 0.45 0.47 29.51 0.29 0.41
Hex 87 68 4A 0 17 2D 2F 1E 1D 29
Octal 207 150 112 0 27 55 57 36 35 51
Binary 10000111 1101000 1001010 0 10111 101101 101111 11110 11101 101001

Color Harmonies of #87684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87684A

Black with #87684A

Text Example


Text Example

White with #87684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,104,74); }

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

background-color css

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

 a { background-color: rgb(135,104,74); }

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

border-color css

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

 span { border-color: rgb(135,104,74); }

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