#736316

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

Shades of Yukon Gold #736316

Tints of Yukon Gold #736316

Color information

#736316 (or 0x736316) is unknown color: approx Yukon Gold. HEX triplet: 73, 63 and 16. RGB value is (115,99,22). Sum of RGB (Red+Green+Blue) = 115+99+22=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #736316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736316 is #8C9CE9. Grayscale: #5F5F5F. Windows color (decimal): -9215210 or 1467251. OLE color: 1467251.

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

Color convert

RGB1159922-
CMYK00.140.810.55
HSL49.68º67.88%26.86%-
HSV(B)49.68º80.87%45.1%-
XYZ11.6812.632.58-
YUV95.0186.8142.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.73%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 22 (8.98% from 255) = 9.32%
R=48.73%
G=41.95%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115992200.140.810.5549.6867.8826.86
Hex7363160E513732441b
Octal16314326016121676210433
Binary1110011110001110110011101010001110111110010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736316; }

 p { color: rgb(115,99,22); }

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

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

 a { background-color: rgb(115,99,22); }

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

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

 span { border-color: rgb(115,99,22); }

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