#736416

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

Shades of Yukon Gold #736416

Tints of Yukon Gold #736416

Color information

#736416 (or 0x736416) is unknown color: approx Yukon Gold. HEX triplet: 73, 64 and 16. RGB value is (115,100,22). Sum of RGB (Red+Green+Blue) = 115+100+22=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #736416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736416 is #8C9BE9. Grayscale: #5F5F5F. Windows color (decimal): -9214954 or 1467507. OLE color: 1467507.

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

Color convert

RGB11510022-
CMYK00.130.810.55
HSL50.32º67.88%26.86%-
HSV(B)50.32º80.87%45.1%-
XYZ11.7712.822.61-
YUV95.5986.47141.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 100 (39.45% from 255) = 42.19%
BLUE value IS 22 (8.98% from 255) = 9.28%
R=48.52%
G=42.19%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151002200.130.810.5550.3267.8826.86
Hex7364160D513732441b
Octal16314426015121676210433
Binary1110011110010010110011011010001110111110010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736416; }

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

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

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

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

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

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

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

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