#7C6205

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

Shades of Yukon Gold #7C6205

Tints of Yukon Gold #7C6205

Color information

#7C6205 (or 0x7C6205) is unknown color: approx Yukon Gold. HEX triplet: 7C, 62 and 05. RGB value is (124,98,5). Sum of RGB (Red+Green+Blue) = 124+98+5=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6205 is #839DFA. Grayscale: #5F5F5F. Windows color (decimal): -8625659 or 352892. OLE color: 352892.

HSL color Cylindrical-coordinate representation of color #7C6205: hue angle of 46.89º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C6205 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB124985-
CMYK00.210.960.51
HSL46.89º92.25%25.29%-
HSV(B)46.89º95.97%48.63%-
XYZ12.7113.031.99-
YUV95.1777.11148.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.63%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 5 (2.34% from 255) = 2.20%
R=54.63%
G=43.17%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12498500.210.960.5146.8992.2525.29
Hex7C62501560332f5c19
Octal1741425025140635713431
Binary111110011000101010101011100000110011101111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,98,5); }

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

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

 a { background-color: rgb(124,98,5); }

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

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

 span { border-color: rgb(124,98,5); }

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