#87640B

Color #87640B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #87640B

Tints of Golden Brown #87640B

Color information

#87640B (or 0x87640B) is unknown color: approx Golden Brown. HEX triplet: 87, 64 and 0B. RGB value is (135,100,11). Sum of RGB (Red+Green+Blue) = 135+100+11=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87640B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87640B is #789BF4. Grayscale: #646464. Windows color (decimal): -7904245 or 746631. OLE color: 746631.

HSL color Cylindrical-coordinate representation of color #87640B: hue angle of 43.06º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #87640B is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB13510011-
CMYK00.260.920.47
HSL43.06º84.93%28.63%-
HSV(B)43.06º91.85%52.94%-
XYZ14.6114.292.3-
YUV100.3277.6152.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.88%
GREEN value IS 100 (39.45% from 255) = 40.65%
BLUE value IS 11 (4.69% from 255) = 4.47%
R=54.88%
G=40.65%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351001100.260.920.4743.0684.9328.63
Hex8764B01A5C2F2b551d
Octal20714413032134575312535
Binary10000111110010010110110101011100101111101011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87640B; }

 p { color: rgb(135,100,11); }

 H1.HeaderClassName
 {
   color: #87640B;
 }
 .AnyTagClassName
 {
   color: #87640B;
 }
</style>
background-color css

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

 a { background-color: rgb(135,100,11); }

 div.DivClassName
 {
   background-color: #87640B;
 }
 .BgClassName
 {
   background-color: #87640B;
 }
</style>
border-color css

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

 span { border-color: rgb(135,100,11); }

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