#786508

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

Shades of Yukon Gold #786508

Tints of Yukon Gold #786508

Color information

#786508 (or 0x786508) is unknown color: approx Yukon Gold. HEX triplet: 78, 65 and 08. RGB value is (120,101,8). Sum of RGB (Red+Green+Blue) = 120+101+8=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #786508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786508 is #879AF7. Grayscale: #606060. Windows color (decimal): -8887032 or 550264. OLE color: 550264.

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

Color convert

RGB1201018-
CMYK00.160.930.53
HSL49.82º87.5%25.1%-
HSV(B)49.82º93.33%47.06%-
XYZ12.4413.322.14-
YUV96.0878.29145.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.40%
GREEN value IS 101 (39.84% from 255) = 44.10%
BLUE value IS 8 (3.52% from 255) = 3.49%
R=52.40%
G=44.10%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120101800.160.930.5349.8287.525.1
Hex786580105D35325819
Octal17014510020135656213031
Binary1111000110010110000100001011101110101110010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786508; }

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

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

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

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

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

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

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

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