#736010

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

Shades of Yukon Gold #736010

Tints of Yukon Gold #736010

Color information

#736010 (or 0x736010) is unknown color: approx Yukon Gold. HEX triplet: 73, 60 and 10. RGB value is (115,96,16). Sum of RGB (Red+Green+Blue) = 115+96+16=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #736010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736010 is #8C9FEF. Grayscale: #5C5C5C. Windows color (decimal): -9215984 or 1073267. OLE color: 1073267.

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

Color convert

RGB1159616-
CMYK00.170.860.55
HSL48.48º75.57%25.69%-
HSV(B)48.48º86.09%45.1%-
XYZ11.3512.052.22-
YUV92.5684.79144-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 16 (6.64% from 255) = 7.05%
R=50.66%
G=42.29%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115961600.170.860.5548.4875.5725.69
Hex7360100115637304c1a
Octal16314020021126676011432
Binary11100111100000100000100011010110110111110000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736010; }

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

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

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

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

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

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

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

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