#786518

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

Shades of Yukon Gold #786518

Tints of Yukon Gold #786518

Color information

#786518 (or 0x786518) is unknown color: approx Yukon Gold. HEX triplet: 78, 65 and 18. RGB value is (120,101,24). Sum of RGB (Red+Green+Blue) = 120+101+24=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #786518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786518 is #879AE7. Grayscale: #626262. Windows color (decimal): -8887016 or 1598840. OLE color: 1598840.

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

Color convert

RGB12010124-
CMYK00.160.80.53
HSL48.12º66.67%28.24%-
HSV(B)48.12º80%47.06%-
XYZ12.5613.372.78-
YUV97.986.29143.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 101 (39.84% from 255) = 41.22%
BLUE value IS 24 (9.77% from 255) = 9.80%
R=48.98%
G=41.22%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201012400.160.80.5348.1266.6728.24
Hex786518010503530431c
Octal17014530020120656010334
Binary11110001100101110000100001010000110101110000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786518; }

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

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

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

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

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

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

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

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