#78641C

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

Shades of Yukon Gold #78641C

Tints of Yukon Gold #78641C

Color information

#78641C (or 0x78641C) is unknown color: approx Yukon Gold. HEX triplet: 78, 64 and 1C. RGB value is (120,100,28). Sum of RGB (Red+Green+Blue) = 120+100+28=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #78641C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78641C is #879BE3. Grayscale: #626262. Windows color (decimal): -8887268 or 1860728. OLE color: 1860728.

HSL color Cylindrical-coordinate representation of color #78641C: hue angle of 46.96º 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 #78641C is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB12010028-
CMYK00.170.770.53
HSL46.96º62.16%29.02%-
HSV(B)46.96º76.67%47.06%-
XYZ12.5113.192.99-
YUV97.7788.63143.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.39%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 28 (11.33% from 255) = 11.29%
R=48.39%
G=40.32%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201002800.170.770.5346.9662.1629.02
Hex78641C0114D352f3e1d
Octal1701443402111565577635
Binary1111000110010011100010001100110111010110111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78641C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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