#73610C

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

Shades of Yukon Gold #73610C

Tints of Yukon Gold #73610C

Color information

#73610C (or 0x73610C) is unknown color: approx Yukon Gold. HEX triplet: 73, 61 and 0C. RGB value is (115,97,12). Sum of RGB (Red+Green+Blue) = 115+97+12=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73610C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73610C is #8C9EF3. Grayscale: #5D5D5D. Windows color (decimal): -9215732 or 811379. OLE color: 811379.

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

Color convert

RGB1159712-
CMYK00.160.900.55
HSL49.51º81.1%24.9%-
HSV(B)49.51º89.57%45.1%-
XYZ11.4112.222.11-
YUV92.6982.46143.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.34%
GREEN value IS 97 (38.28% from 255) = 43.30%
BLUE value IS 12 (5.08% from 255) = 5.36%
R=51.34%
G=43.30%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115971200.160.900.5549.5181.124.9
Hex7361C0105A37325119
Octal16314114020132676212131
Binary1110011110000111000100001011010110111110010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73610C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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