#7C6005

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

Shades of Yukon Gold #7C6005

Tints of Yukon Gold #7C6005

Color information

#7C6005 (or 0x7C6005) is unknown color: approx Yukon Gold. HEX triplet: 7C, 60 and 05. RGB value is (124,96,5). Sum of RGB (Red+Green+Blue) = 124+96+5=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6005 is #839FFA. Grayscale: #5E5E5E. Windows color (decimal): -8626171 or 352380. OLE color: 352380.

HSL color Cylindrical-coordinate representation of color #7C6005: hue angle of 45.88º 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 #7C6005 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB124965-
CMYK00.230.960.51
HSL45.88º92.25%25.29%-
HSV(B)45.88º95.97%48.63%-
XYZ12.5212.661.93-
YUV9477.78149.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.11%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 5 (2.34% from 255) = 2.22%
R=55.11%
G=42.67%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12496500.230.960.5145.8892.2525.29
Hex7C60501760332e5c19
Octal1741405027140635613431
Binary111110011000001010101111100000110011101110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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