#736215

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

Shades of Yukon Gold #736215

Tints of Yukon Gold #736215

Color information

#736215 (or 0x736215) is unknown color: approx Yukon Gold. HEX triplet: 73, 62 and 15. RGB value is (115,98,21). Sum of RGB (Red+Green+Blue) = 115+98+21=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #736215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736215 is #8C9DEA. Grayscale: #5E5E5E. Windows color (decimal): -9215467 or 1401459. OLE color: 1401459.

HSL color Cylindrical-coordinate representation of color #736215: hue angle of 49.15º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #736215 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1159821-
CMYK00.150.820.55
HSL49.15º69.12%26.67%-
HSV(B)49.15º81.74%45.1%-
XYZ11.5712.432.5-
YUV94.386.63142.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 21 (8.59% from 255) = 8.97%
R=49.15%
G=41.88%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115982100.150.820.5549.1569.1226.67
Hex7362150F523731451b
Octal16314225017122676110533
Binary1110011110001010101011111010010110111110001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736215; }

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

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

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

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

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

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

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

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