#7C6115

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

Shades of Yukon Gold #7C6115

Tints of Yukon Gold #7C6115

Color information

#7C6115 (or 0x7C6115) is unknown color: approx Yukon Gold. HEX triplet: 7C, 61 and 15. RGB value is (124,97,21). Sum of RGB (Red+Green+Blue) = 124+97+21=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6115 is #839EEA. Grayscale: #606060. Windows color (decimal): -8625899 or 1401212. OLE color: 1401212.

HSL color Cylindrical-coordinate representation of color #7C6115: hue angle of 44.27º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C6115 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB1249721-
CMYK00.220.830.51
HSL44.27º71.03%28.43%-
HSV(B)44.27º83.06%48.63%-
XYZ12.7212.892.53-
YUV96.4185.45147.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.24%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 21 (8.59% from 255) = 8.68%
R=51.24%
G=40.08%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124972100.220.830.5144.2771.0328.43
Hex7C611501653332c471c
Octal17414125026123635410734
Binary11111001100001101010101101010011110011101100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,97,21); }

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

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

 a { background-color: rgb(124,97,21); }

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

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

 span { border-color: rgb(124,97,21); }

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