#73600C

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

Shades of Yukon Gold #73600C

Tints of Yukon Gold #73600C

Color information

#73600C (or 0x73600C) is unknown color: approx Yukon Gold. HEX triplet: 73, 60 and 0C. RGB value is (115,96,12). Sum of RGB (Red+Green+Blue) = 115+96+12=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #73600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73600C is #8C9FF3. Grayscale: #5C5C5C. Windows color (decimal): -9215988 or 811123. OLE color: 811123.

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

Color convert

RGB1159612-
CMYK00.170.900.55
HSL48.93º81.1%24.9%-
HSV(B)48.93º89.57%45.1%-
XYZ11.3212.042.07-
YUV92.182.79144.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 96 (37.89% from 255) = 43.05%
BLUE value IS 12 (5.08% from 255) = 5.38%
R=51.57%
G=43.05%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115961200.170.900.5548.9381.124.9
Hex7360C0115A37315119
Octal16314014021132676112131
Binary1110011110000011000100011011010110111110001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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