Html Css Color HEX #87613F Dark Wood

📋 copy color: '#87613F'

red 135 ◦ green 97 ◦ blue 63

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

Shades of Dark Wood #87613F

Tints of Dark Wood #87613F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.36%

R = 45.76%
G = 32.88%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#87613F (or 0x87613F) is known color: Dark Wood. HEX triplet: 87, 61 and 3F. RGB value is (135,97,63). Sum of RGB (Red+Green+Blue) = 135+97+63=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87613F is #789EC0. Grayscale: #686868. Windows color (decimal): -7904961 or 4153735. OLE color: 4153735.

HSL color Cylindrical-coordinate representation of color #87613F: hue angle of 28.33º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #87613F is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 97 63 -
CMYK 0 0.28 0.53 0.47
HSL 28.33º 0.36% 0.39% -
HSV(B) 28.33º 0.53% 0.53% -
XYZ 15.16 14.06 6.62 -
YUV 104.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 135 97 63 0 0.28 0.53 0.47 28.33 0.36 0.39
Hex 87 61 3F 0 1C 35 2F 1C 24 27
Octal 207 141 77 0 34 65 57 34 44 47
Binary 10000111 1100001 111111 0 11100 110101 101111 11100 100100 100111

Color Harmonies of #87613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87613F

Black with #87613F

Text Example


Text Example

White with #87613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87613F; }

 p { color: rgb(135,97,63); }

 H1.HeaderClassName
 {
   color: #87613F;
 }
 .AnyTagClassName
 {
   color: #87613F;
 }
</style>

background-color css

<style>
 a { background-color: #87613F; }

 a { background-color: rgb(135,97,63); }

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

border-color css

<style>
 span { border-color: #87613F; }

 span { border-color: rgb(135,97,63); }

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