#87700A

Color #87700A Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #87700A

Tints of Yukon Gold #87700A

Color information

#87700A (or 0x87700A) is unknown color: approx Yukon Gold. HEX triplet: 87, 70 and 0A. RGB value is (135,112,10). Sum of RGB (Red+Green+Blue) = 135+112+10=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #87700A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87700A is #788FF5. Grayscale: #6B6B6B. Windows color (decimal): -7901174 or 684167. OLE color: 684167.

HSL color Cylindrical-coordinate representation of color #87700A: hue angle of 48.96º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87700A is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB13511210-
CMYK00.170.930.47
HSL48.96º86.21%28.43%-
HSV(B)48.96º92.59%52.94%-
XYZ15.8416.762.69-
YUV107.2573.12147.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.53%
GREEN value IS 112 (44.14% from 255) = 43.58%
BLUE value IS 10 (4.30% from 255) = 3.89%
R=52.53%
G=43.58%
B=3.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351121000.170.930.4748.9686.2128.43
Hex8770A0115D2F31561c
Octal20716012021135576112634
Binary10000111111000010100100011011101101111110001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,112,10); }

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

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

 a { background-color: rgb(135,112,10); }

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

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

 span { border-color: rgb(135,112,10); }

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