#87690C

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

Shades of Yukon Gold #87690C

Tints of Yukon Gold #87690C

Color information

#87690C (or 0x87690C) is unknown color: approx Yukon Gold. HEX triplet: 87, 69 and 0C. RGB value is (135,105,12). Sum of RGB (Red+Green+Blue) = 135+105+12=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #87690C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87690C is #7896F3. Grayscale: #676767. Windows color (decimal): -7902964 or 813447. OLE color: 813447.

HSL color Cylindrical-coordinate representation of color #87690C: hue angle of 45.37º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87690C is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB13510512-
CMYK00.220.910.47
HSL45.37º83.67%28.82%-
HSV(B)45.37º91.11%52.94%-
XYZ15.1115.282.5-
YUV103.3776.44150.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.57%
GREEN value IS 105 (41.41% from 255) = 41.67%
BLUE value IS 12 (5.08% from 255) = 4.76%
R=53.57%
G=41.67%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351051200.220.910.4745.3783.6728.82
Hex8769C0165B2F2d541d
Octal20715114026133575512435
Binary10000111110100111000101101011011101111101101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87690C; }

 p { color: rgb(135,105,12); }

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

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

 a { background-color: rgb(135,105,12); }

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

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

 span { border-color: rgb(135,105,12); }

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