#87700F

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

Shades of Yukon Gold #87700F

Tints of Yukon Gold #87700F

Color information

#87700F (or 0x87700F) is unknown color: approx Yukon Gold. HEX triplet: 87, 70 and 0F. RGB value is (135,112,15). Sum of RGB (Red+Green+Blue) = 135+112+15=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #87700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87700F is #788FF0. Grayscale: #6C6C6C. Windows color (decimal): -7901169 or 1011847. OLE color: 1011847.

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

Color convert

RGB13511215-
CMYK00.170.890.47
HSL48.5º80%29.41%-
HSV(B)48.5º88.89%52.94%-
XYZ15.8716.772.85-
YUV107.8275.62147.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.53%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 15 (6.25% from 255) = 5.73%
R=51.53%
G=42.75%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351121500.170.890.4748.58029.41
Hex8770F011592F30501d
Octal20716017021131576012035
Binary10000111111000011110100011011001101111110000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87700F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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