#786716

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

Shades of Yukon Gold #786716

Tints of Yukon Gold #786716

Color information

#786716 (or 0x786716) is unknown color: approx Yukon Gold. HEX triplet: 78, 67 and 16. RGB value is (120,103,22). Sum of RGB (Red+Green+Blue) = 120+103+22=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #786716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786716 is #8798E9. Grayscale: #636363. Windows color (decimal): -8886506 or 1468280. OLE color: 1468280.

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

Color convert

RGB12010322-
CMYK00.140.820.53
HSL49.59º69.01%27.84%-
HSV(B)49.59º81.67%47.06%-
XYZ12.7413.752.74-
YUV98.8584.63143.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 103 (40.62% from 255) = 42.04%
BLUE value IS 22 (8.98% from 255) = 8.98%
R=48.98%
G=42.04%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201032200.140.820.5349.5969.0127.84
Hex7867160E523532451c
Octal17014726016122656210534
Binary1111000110011110110011101010010110101110010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786716; }

 p { color: rgb(120,103,22); }

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

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

 a { background-color: rgb(120,103,22); }

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

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

 span { border-color: rgb(120,103,22); }

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