#736310

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

Shades of Yukon Gold #736310

Tints of Yukon Gold #736310

Color information

#736310 (or 0x736310) is unknown color: approx Yukon Gold. HEX triplet: 73, 63 and 10. RGB value is (115,99,16). Sum of RGB (Red+Green+Blue) = 115+99+16=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #736310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736310 is #8C9CEF. Grayscale: #5E5E5E. Windows color (decimal): -9215216 or 1074035. OLE color: 1074035.

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

Color convert

RGB1159916-
CMYK00.140.860.55
HSL50.3º75.57%25.69%-
HSV(B)50.3º86.09%45.1%-
XYZ11.6312.612.31-
YUV94.3283.8142.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 16 (6.64% from 255) = 6.96%
R=50%
G=43.04%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115991600.140.860.5550.375.5725.69
Hex7363100E5637324c1a
Octal16314320016126676211432
Binary1110011110001110000011101010110110111110010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736310; }

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

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

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

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

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

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

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

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