#736510

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

Shades of Yukon Gold #736510

Tints of Yukon Gold #736510

Color information

#736510 (or 0x736510) is unknown color: approx Yukon Gold. HEX triplet: 73, 65 and 10. RGB value is (115,101,16). Sum of RGB (Red+Green+Blue) = 115+101+16=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #736510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736510 is #8C9AEF. Grayscale: #5F5F5F. Windows color (decimal): -9214704 or 1074547. OLE color: 1074547.

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

Color convert

RGB11510116-
CMYK00.120.860.55
HSL51.52º75.57%25.69%-
HSV(B)51.52º86.09%45.1%-
XYZ11.8212.992.37-
YUV95.583.14141.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.57%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 16 (6.64% from 255) = 6.90%
R=49.57%
G=43.53%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151011600.120.860.5551.5275.5725.69
Hex7365100C5637344c1a
Octal16314520014126676411432
Binary1110011110010110000011001010110110111110100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736510; }

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

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

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

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

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

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

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

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