#73680C

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

Shades of Yukon Gold #73680C

Tints of Yukon Gold #73680C

Color information

#73680C (or 0x73680C) is unknown color: approx Yukon Gold. HEX triplet: 73, 68 and 0C. RGB value is (115,104,12). Sum of RGB (Red+Green+Blue) = 115+104+12=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73680C is #8C97F3. Grayscale: #616161. Windows color (decimal): -9213940 or 813171. OLE color: 813171.

HSL color Cylindrical-coordinate representation of color #73680C: hue angle of 53.59º 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 #73680C is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB11510412-
CMYK00.100.900.55
HSL53.59º81.1%24.9%-
HSV(B)53.59º89.57%45.1%-
XYZ12.0913.572.33-
YUV96.880.14140.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 104 (41.02% from 255) = 45.02%
BLUE value IS 12 (5.08% from 255) = 5.19%
R=49.78%
G=45.02%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151041200.100.900.5553.5981.124.9
Hex7368C0A5A37365119
Octal16315014012132676612131
Binary111001111010001100010101011010110111110110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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