#86781C

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

Shades of Yukon Gold #86781C

Tints of Yukon Gold #86781C

Color information

#86781C (or 0x86781C) is unknown color: approx Yukon Gold. HEX triplet: 86, 78 and 1C. RGB value is (134,120,28). Sum of RGB (Red+Green+Blue) = 134+120+28=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86781C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86781C is #7987E3. Grayscale: #727272. Windows color (decimal): -7964644 or 1865862. OLE color: 1865862.

HSL color Cylindrical-coordinate representation of color #86781C: hue angle of 52.08º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86781C is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB13412028-
CMYK00.100.790.47
HSL52.08º65.43%31.76%-
HSV(B)52.08º79.1%52.55%-
XYZ16.7618.593.8-
YUV113.779.64142.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 120 (47.27% from 255) = 42.55%
BLUE value IS 28 (11.33% from 255) = 9.93%
R=47.52%
G=42.55%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341202800.100.790.4752.0865.4331.76
Hex86781C0A4F2F344120
Octal20617034012117576410140
Binary100001101111000111000101010011111011111101001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86781C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,120,28); }

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

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

 a { background-color: rgb(134,120,28); }

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

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

 span { border-color: rgb(134,120,28); }

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