#78681E

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

Shades of Yukon Gold #78681E

Tints of Yukon Gold #78681E

Color information

#78681E (or 0x78681E) is unknown color: approx Yukon Gold. HEX triplet: 78, 68 and 1E. RGB value is (120,104,30). Sum of RGB (Red+Green+Blue) = 120+104+30=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #78681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78681E is #8797E1. Grayscale: #646464. Windows color (decimal): -8886242 or 1992824. OLE color: 1992824.

HSL color Cylindrical-coordinate representation of color #78681E: hue angle of 49.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78681E is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB12010430-
CMYK00.130.750.53
HSL49.33º60%29.41%-
HSV(B)49.33º75%47.06%-
XYZ12.9313.993.25-
YUV100.3588.3142.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 104 (41.02% from 255) = 40.94%
BLUE value IS 30 (12.11% from 255) = 11.81%
R=47.24%
G=40.94%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201043000.130.750.5349.336029.41
Hex78681E0D4B35313c1d
Octal1701503601511365617435
Binary111100011010001111001101100101111010111000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78681E; }

 p { color: rgb(120,104,30); }

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

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

 a { background-color: rgb(120,104,30); }

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

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

 span { border-color: rgb(120,104,30); }

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