#74600A

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

Shades of Yukon Gold #74600A

Tints of Yukon Gold #74600A

Color information

#74600A (or 0x74600A) is unknown color: approx Yukon Gold. HEX triplet: 74, 60 and 0A. RGB value is (116,96,10). Sum of RGB (Red+Green+Blue) = 116+96+10=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #74600A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74600A is #8B9FF5. Grayscale: #5C5C5C. Windows color (decimal): -9150454 or 680052. OLE color: 680052.

HSL color Cylindrical-coordinate representation of color #74600A: hue angle of 48.68º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74600A is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1169610-
CMYK00.170.910.55
HSL48.68º84.13%24.71%-
HSV(B)48.68º91.38%45.49%-
XYZ11.4412.12.02-
YUV92.1881.63144.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 10 (4.30% from 255) = 4.50%
R=52.25%
G=43.24%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116961000.170.910.5548.6884.1324.71
Hex7460A0115B37315419
Octal16414012021133676112431
Binary1110100110000010100100011011011110111110001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74600A; }

 p { color: rgb(116,96,10); }

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

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

 a { background-color: rgb(116,96,10); }

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

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

 span { border-color: rgb(116,96,10); }

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