#78650A

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

Shades of Yukon Gold #78650A

Tints of Yukon Gold #78650A

Color information

#78650A (or 0x78650A) is unknown color: approx Yukon Gold. HEX triplet: 78, 65 and 0A. RGB value is (120,101,10). Sum of RGB (Red+Green+Blue) = 120+101+10=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78650A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78650A is #879AF5. Grayscale: #606060. Windows color (decimal): -8887030 or 681336. OLE color: 681336.

HSL color Cylindrical-coordinate representation of color #78650A: hue angle of 49.64º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78650A is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB12010110-
CMYK00.160.920.53
HSL49.64º84.62%25.49%-
HSV(B)49.64º91.67%47.06%-
XYZ12.4513.322.2-
YUV96.3179.29144.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 101 (39.84% from 255) = 43.72%
BLUE value IS 10 (4.30% from 255) = 4.33%
R=51.95%
G=43.72%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201011000.160.920.5349.6484.6225.49
Hex7865A0105C35325519
Octal17014512020134656212531
Binary1111000110010110100100001011100110101110010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78650A; }

 p { color: rgb(120,101,10); }

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

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

 a { background-color: rgb(120,101,10); }

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

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

 span { border-color: rgb(120,101,10); }

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