#736516

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

Shades of Yukon Gold #736516

Tints of Yukon Gold #736516

Color information

#736516 (or 0x736516) is unknown color: approx Yukon Gold. HEX triplet: 73, 65 and 16. RGB value is (115,101,22). Sum of RGB (Red+Green+Blue) = 115+101+22=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #736516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736516 is #8C9AE9. Grayscale: #606060. Windows color (decimal): -9214698 or 1467763. OLE color: 1467763.

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

Color convert

RGB11510122-
CMYK00.120.810.55
HSL50.97º67.88%26.86%-
HSV(B)50.97º80.87%45.1%-
XYZ11.8713.012.64-
YUV96.1886.14141.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 22 (8.98% from 255) = 9.24%
R=48.32%
G=42.44%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151012200.120.810.5550.9767.8826.86
Hex7365160C513733441b
Octal16314526014121676310433
Binary1110011110010110110011001010001110111110011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736516; }

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

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

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

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

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

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

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

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