#78691F

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

Shades of Yukon Gold #78691F

Tints of Yukon Gold #78691F

Color information

#78691F (or 0x78691F) is unknown color: approx Yukon Gold. HEX triplet: 78, 69 and 1F. RGB value is (120,105,31). Sum of RGB (Red+Green+Blue) = 120+105+31=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #78691F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78691F is #8796E0. Grayscale: #656565. Windows color (decimal): -8885985 or 2058616. OLE color: 2058616.

HSL color Cylindrical-coordinate representation of color #78691F: hue angle of 49.89º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78691F is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB12010531-
CMYK00.130.740.53
HSL49.89º58.94%29.61%-
HSV(B)49.89º74.17%47.06%-
XYZ13.0414.23.35-
YUV101.0588.47141.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 31 (12.5% from 255) = 12.11%
R=46.88%
G=41.02%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201053100.130.740.5349.8958.9429.61
Hex78691F0D4A35323b1e
Octal1701513701511265627336
Binary111100011010011111101101100101011010111001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78691F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78691F; }

 p { color: rgb(120,105,31); }

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

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

 a { background-color: rgb(120,105,31); }

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

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

 span { border-color: rgb(120,105,31); }

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