Html Css Color HEX #876345 Dark Wood

📋 copy color: '#876345'

red 135 ◦ green 99 ◦ blue 69

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

Shades of Dark Wood #876345

Tints of Dark Wood #876345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.67%

 BLUE value IS 69 (27.34% from 255) = 22.77%

R = 44.55%
G = 32.67%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#876345 (or 0x876345) is known color: Dark Wood. HEX triplet: 87, 63 and 45. RGB value is (135,99,69). Sum of RGB (Red+Green+Blue) = 135+99+69=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #876345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876345 is #789CBA. Grayscale: #6A6A6A. Windows color (decimal): -7904443 or 4547463. OLE color: 4547463.

HSL color Cylindrical-coordinate representation of color #876345: hue angle of 27.27º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #876345 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 99 69 -
CMYK 0 0.27 0.49 0.47
HSL 27.27º 0.32% 0.4% -
HSV(B) 27.27º 0.49% 0.53% -
XYZ 15.53 14.5 7.61 -
YUV 106.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 135 99 69 0 0.27 0.49 0.47 27.27 0.32 0.4
Hex 87 63 45 0 1B 31 2F 1B 20 28
Octal 207 143 105 0 33 61 57 33 40 50
Binary 10000111 1100011 1000101 0 11011 110001 101111 11011 100000 101000

Color Harmonies of #876345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876345

Black with #876345

Text Example


Text Example

White with #876345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876345; }

 p { color: rgb(135,99,69); }

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

background-color css

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

 a { background-color: rgb(135,99,69); }

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

border-color css

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

 span { border-color: rgb(135,99,69); }

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