#917415

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

Shades of Yukon Gold #917415

Tints of Yukon Gold #917415

Color information

#917415 (or 0x917415) is unknown color: approx Yukon Gold. HEX triplet: 91, 74 and 15. RGB value is (145,116,21). Sum of RGB (Red+Green+Blue) = 145+116+21=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #917415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917415 is #6E8BEA. Grayscale: #727272. Windows color (decimal): -7244779 or 1406097. OLE color: 1406097.

HSL color Cylindrical-coordinate representation of color #917415: hue angle of 45.97º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #917415 is Cyan = 0, Magento = 0.2, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB14511621-
CMYK00.20.860.43
HSL45.97º74.7%32.55%-
HSV(B)45.97º85.52%56.86%-
XYZ18.0618.563.34-
YUV113.8475.61150.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.42%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 21 (8.59% from 255) = 7.45%
R=51.42%
G=41.13%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451162100.20.860.4345.9774.732.55
Hex917415014562B2e4b21
Octal22116425024126535611341
Binary1001000111101001010101010010101101010111011101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917415; }

 p { color: rgb(145,116,21); }

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

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

 a { background-color: rgb(145,116,21); }

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

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

 span { border-color: rgb(145,116,21); }

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