#786316

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

Shades of Yukon Gold #786316

Tints of Yukon Gold #786316

Color information

#786316 (or 0x786316) is unknown color: approx Yukon Gold. HEX triplet: 78, 63 and 16. RGB value is (120,99,22). Sum of RGB (Red+Green+Blue) = 120+99+22=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #786316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786316 is #879CE9. Grayscale: #606060. Windows color (decimal): -8887530 or 1467256. OLE color: 1467256.

HSL color Cylindrical-coordinate representation of color #786316: hue angle of 47.14º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #786316 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1209922-
CMYK00.170.820.53
HSL47.14º69.01%27.84%-
HSV(B)47.14º81.67%47.06%-
XYZ12.3512.972.61-
YUV96.585.96144.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 99 (39.06% from 255) = 41.08%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=49.79%
G=41.08%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120992200.170.820.5347.1469.0127.84
Hex78631601152352f451c
Octal17014326021122655710534
Binary11110001100011101100100011010010110101101111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786316; }

 p { color: rgb(120,99,22); }

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

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

 a { background-color: rgb(120,99,22); }

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

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

 span { border-color: rgb(120,99,22); }

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