#736104

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

Shades of Yukon Gold #736104

Tints of Yukon Gold #736104

Color information

#736104 (or 0x736104) is unknown color: approx Yukon Gold. HEX triplet: 73, 61 and 04. RGB value is (115,97,4). Sum of RGB (Red+Green+Blue) = 115+97+4=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #736104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736104 is #8C9EFB. Grayscale: #5C5C5C. Windows color (decimal): -9215740 or 287091. OLE color: 287091.

HSL color Cylindrical-coordinate representation of color #736104: hue angle of 50.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #736104 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB115974-
CMYK00.160.970.55
HSL50.27º93.28%23.33%-
HSV(B)50.27º96.52%45.1%-
XYZ11.3712.21.87-
YUV91.7878.46144.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.24%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 4 (1.95% from 255) = 1.85%
R=53.24%
G=44.91%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11597400.160.970.5550.2793.2823.33
Hex736140106137325d17
Octal1631414020141676213527
Binary111001111000011000100001100001110111110010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736104; }

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

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

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

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

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

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

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

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