#786616

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

Shades of Yukon Gold #786616

Tints of Yukon Gold #786616

Color information

#786616 (or 0x786616) is unknown color: approx Yukon Gold. HEX triplet: 78, 66 and 16. RGB value is (120,102,22). Sum of RGB (Red+Green+Blue) = 120+102+22=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #786616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786616 is #8799E9. Grayscale: #626262. Windows color (decimal): -8886762 or 1468024. OLE color: 1468024.

HSL color Cylindrical-coordinate representation of color #786616: hue angle of 48.98º 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 #786616 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB12010222-
CMYK00.150.820.53
HSL48.98º69.01%27.84%-
HSV(B)48.98º81.67%47.06%-
XYZ12.6413.552.71-
YUV98.2684.96143.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.18%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 22 (8.98% from 255) = 9.02%
R=49.18%
G=41.80%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201022200.150.820.5348.9869.0127.84
Hex7866160F523531451c
Octal17014626017122656110534
Binary1111000110011010110011111010010110101110001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786616; }

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

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

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

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

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

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

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

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