#7C6727

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

Shades of Yukon Gold #7C6727

Tints of Yukon Gold #7C6727

Color information

#7C6727 (or 0x7C6727) is unknown color: approx Yukon Gold. HEX triplet: 7C, 67 and 27. RGB value is (124,103,39). Sum of RGB (Red+Green+Blue) = 124+103+39=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6727 is #8398D8. Grayscale: #666666. Windows color (decimal): -8624345 or 2582396. OLE color: 2582396.

HSL color Cylindrical-coordinate representation of color #7C6727: hue angle of 45.18º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C6727 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB12410339-
CMYK00.170.690.51
HSL45.18º52.15%31.96%-
HSV(B)45.18º68.55%48.63%-
XYZ13.5314.133.93-
YUV101.9892.46143.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.62%
GREEN value IS 103 (40.62% from 255) = 38.72%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=46.62%
G=38.72%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241033900.170.690.5145.1852.1531.96
Hex7C672701145332d3420
Octal1741474702110563556440
Binary111110011001111001110100011000101110011101101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,103,39); }

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

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

 a { background-color: rgb(124,103,39); }

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

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

 span { border-color: rgb(124,103,39); }

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