#78601D

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

Shades of Yukon Gold #78601D

Tints of Yukon Gold #78601D

Color information

#78601D (or 0x78601D) is unknown color: approx Yukon Gold. HEX triplet: 78, 60 and 1D. RGB value is (120,96,29). Sum of RGB (Red+Green+Blue) = 120+96+29=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78601D is #879FE2. Grayscale: #5F5F5F. Windows color (decimal): -8888291 or 1925240. OLE color: 1925240.

HSL color Cylindrical-coordinate representation of color #78601D: hue angle of 44.18º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78601D is Cyan = 0, Magento = 0.2, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1209629-
CMYK00.20.760.53
HSL44.18º61.07%29.22%-
HSV(B)44.18º75.83%47.06%-
XYZ12.1512.452.92-
YUV95.5490.45145.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 29 (11.72% from 255) = 11.84%
R=48.98%
G=39.18%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120962900.20.760.5344.1861.0729.22
Hex78601D0144C352c3d1d
Octal1701403502411465547535
Binary1111000110000011101010100100110011010110110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78601D; }

 p { color: rgb(120,96,29); }

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

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

 a { background-color: rgb(120,96,29); }

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

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

 span { border-color: rgb(120,96,29); }

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