#78641F

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

Shades of Yukon Gold #78641F

Tints of Yukon Gold #78641F

Color information

#78641F (or 0x78641F) is unknown color: approx Yukon Gold. HEX triplet: 78, 64 and 1F. RGB value is (120,100,31). Sum of RGB (Red+Green+Blue) = 120+100+31=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #78641F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78641F is #879BE0. Grayscale: #626262. Windows color (decimal): -8887265 or 2057336. OLE color: 2057336.

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

Color convert

RGB12010031-
CMYK00.170.740.53
HSL46.52º58.94%29.61%-
HSV(B)46.52º74.17%47.06%-
XYZ12.5513.213.18-
YUV98.1190.13143.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.81%
GREEN value IS 100 (39.45% from 255) = 39.84%
BLUE value IS 31 (12.5% from 255) = 12.35%
R=47.81%
G=39.84%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201003100.170.740.5346.5258.9429.61
Hex78641F0114A352f3b1e
Octal1701443702111265577336
Binary1111000110010011111010001100101011010110111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78641F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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