#73690C

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

Shades of Yukon Gold #73690C

Tints of Yukon Gold #73690C

Color information

#73690C (or 0x73690C) is unknown color: approx Yukon Gold. HEX triplet: 73, 69 and 0C. RGB value is (115,105,12). Sum of RGB (Red+Green+Blue) = 115+105+12=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73690C is #8C96F3. Grayscale: #616161. Windows color (decimal): -9213684 or 813427. OLE color: 813427.

HSL color Cylindrical-coordinate representation of color #73690C: hue angle of 54.17º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73690C is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB11510512-
CMYK00.090.900.55
HSL54.17º81.1%24.9%-
HSV(B)54.17º89.57%45.1%-
XYZ12.1913.772.36-
YUV97.3979.81140.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.57%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 12 (5.08% from 255) = 5.17%
R=49.57%
G=45.26%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151051200.090.900.5554.1781.124.9
Hex7369C095A37365119
Octal16315114011132676612131
Binary111001111010011100010011011010110111110110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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