#736204

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

Shades of Yukon Gold #736204

Tints of Yukon Gold #736204

Color information

#736204 (or 0x736204) is unknown color: approx Yukon Gold. HEX triplet: 73, 62 and 04. RGB value is (115,98,4). Sum of RGB (Red+Green+Blue) = 115+98+4=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #736204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736204 is #8C9DFB. Grayscale: #5C5C5C. Windows color (decimal): -9215484 or 287347. OLE color: 287347.

HSL color Cylindrical-coordinate representation of color #736204: hue angle of 50.81º 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 #736204 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB115984-
CMYK00.150.970.55
HSL50.81º93.28%23.33%-
HSV(B)50.81º96.52%45.1%-
XYZ11.4612.391.9-
YUV92.3778.13144.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.00%
GREEN value IS 98 (38.67% from 255) = 45.16%
BLUE value IS 4 (1.95% from 255) = 1.84%
R=53.00%
G=45.16%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11598400.150.970.5550.8193.2823.33
Hex736240F6137335d17
Octal1631424017141676313527
Binary11100111100010100011111100001110111110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736204; }

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

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

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

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

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

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

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

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