#907414

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

Shades of Yukon Gold #907414

Tints of Yukon Gold #907414

Color information

#907414 (or 0x907414) is unknown color: approx Yukon Gold. HEX triplet: 90, 74 and 14. RGB value is (144,116,20). Sum of RGB (Red+Green+Blue) = 144+116+20=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #907414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907414 is #6F8BEB. Grayscale: #717171. Windows color (decimal): -7310316 or 1340560. OLE color: 1340560.

HSL color Cylindrical-coordinate representation of color #907414: hue angle of 46.45º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #907414 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB14411620-
CMYK00.190.860.44
HSL46.45º75.61%32.16%-
HSV(B)46.45º86.11%56.47%-
XYZ17.8718.473.28-
YUV113.4375.28149.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.43%
GREEN value IS 116 (45.70% from 255) = 41.43%
BLUE value IS 20 (8.20% from 255) = 7.14%
R=51.43%
G=41.43%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441162000.190.860.4446.4575.6132.16
Hex907414013562C2e4c20
Octal22016424023126545611440
Binary1001000011101001010001001110101101011001011101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907414; }

 p { color: rgb(144,116,20); }

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

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

 a { background-color: rgb(144,116,20); }

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

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

 span { border-color: rgb(144,116,20); }

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