#78621E

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

Shades of Yukon Gold #78621E

Tints of Yukon Gold #78621E

Color information

#78621E (or 0x78621E) is unknown color: approx Yukon Gold. HEX triplet: 78, 62 and 1E. RGB value is (120,98,30). Sum of RGB (Red+Green+Blue) = 120+98+30=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #78621E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78621E is #879DE1. Grayscale: #616161. Windows color (decimal): -8887778 or 1991288. OLE color: 1991288.

HSL color Cylindrical-coordinate representation of color #78621E: hue angle of 45.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78621E is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1209830-
CMYK00.180.750.53
HSL45.33º60%29.41%-
HSV(B)45.33º75%47.06%-
XYZ12.3512.823.05-
YUV96.8390.29144.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.39%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 30 (12.11% from 255) = 12.10%
R=48.39%
G=39.52%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120983000.180.750.5345.336029.41
Hex78621E0124B352d3c1d
Octal1701423602211365557435
Binary1111000110001011110010010100101111010110110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78621E; }

 p { color: rgb(120,98,30); }

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

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

 a { background-color: rgb(120,98,30); }

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

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

 span { border-color: rgb(120,98,30); }

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