#78650E

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

Shades of Yukon Gold #78650E

Tints of Yukon Gold #78650E

Color information

#78650E (or 0x78650E) is unknown color: approx Yukon Gold. HEX triplet: 78, 65 and 0E. RGB value is (120,101,14). Sum of RGB (Red+Green+Blue) = 120+101+14=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78650E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78650E is #879AF1. Grayscale: #616161. Windows color (decimal): -8887026 or 943480. OLE color: 943480.

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

Color convert

RGB12010114-
CMYK00.160.880.53
HSL49.25º79.1%26.27%-
HSV(B)49.25º88.33%47.06%-
XYZ12.4813.332.33-
YUV96.7681.29144.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 101 (39.84% from 255) = 42.98%
BLUE value IS 14 (5.86% from 255) = 5.96%
R=51.06%
G=42.98%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201011400.160.880.5349.2579.126.27
Hex7865E0105835314f1a
Octal17014516020130656111732
Binary1111000110010111100100001011000110101110001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78650E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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