#7C6510

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

Shades of Yukon Gold #7C6510

Tints of Yukon Gold #7C6510

Color information

#7C6510 (or 0x7C6510) is unknown color: approx Yukon Gold. HEX triplet: 7C, 65 and 10. RGB value is (124,101,16). Sum of RGB (Red+Green+Blue) = 124+101+16=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6510 is #839AEF. Grayscale: #626262. Windows color (decimal): -8624880 or 1074556. OLE color: 1074556.

HSL color Cylindrical-coordinate representation of color #7C6510: hue angle of 47.22º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C6510 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB12410116-
CMYK00.190.870.51
HSL47.22º77.14%27.45%-
HSV(B)47.22º87.1%48.63%-
XYZ13.0613.632.43-
YUV98.1981.62146.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.45%
GREEN value IS 101 (39.84% from 255) = 41.91%
BLUE value IS 16 (6.64% from 255) = 6.64%
R=51.45%
G=41.91%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241011600.190.870.5147.2277.1427.45
Hex7C651001357332f4d1b
Octal17414520023127635711533
Binary11111001100101100000100111010111110011101111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C6510; }

 p { color: rgb(124,101,16); }

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

<style>
 a { background-color: #7C6510; }

 a { background-color: rgb(124,101,16); }

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

<style>
 span { border-color: #7C6510; }

 span { border-color: rgb(124,101,16); }

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