#78611C

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

Shades of Yukon Gold #78611C

Tints of Yukon Gold #78611C

Color information

#78611C (or 0x78611C) is unknown color: approx Yukon Gold. HEX triplet: 78, 61 and 1C. RGB value is (120,97,28). Sum of RGB (Red+Green+Blue) = 120+97+28=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78611C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78611C is #879EE3. Grayscale: #606060. Windows color (decimal): -8888036 or 1859960. OLE color: 1859960.

HSL color Cylindrical-coordinate representation of color #78611C: hue angle of 45º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78611C is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1209728-
CMYK00.190.770.53
HSL45º62.16%29.02%-
HSV(B)45º76.67%47.06%-
XYZ12.2312.632.89-
YUV96.0189.62145.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 28 (11.33% from 255) = 11.43%
R=48.98%
G=39.59%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120972800.190.770.534562.1629.02
Hex78611C0134D352d3e1d
Octal1701413402311565557635
Binary1111000110000111100010011100110111010110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78611C; }

 p { color: rgb(120,97,28); }

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

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

 a { background-color: rgb(120,97,28); }

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

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

 span { border-color: rgb(120,97,28); }

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