#7C6306

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

Shades of Yukon Gold #7C6306

Tints of Yukon Gold #7C6306

Color information

#7C6306 (or 0x7C6306) is unknown color: approx Yukon Gold. HEX triplet: 7C, 63 and 06. RGB value is (124,99,6). Sum of RGB (Red+Green+Blue) = 124+99+6=229 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.15% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6306 is #839CF9. Grayscale: #606060. Windows color (decimal): -8625402 or 418684. OLE color: 418684.

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

Color convert

RGB124996-
CMYK00.200.950.51
HSL47.29º90.77%25.49%-
HSV(B)47.29º95.16%48.63%-
XYZ12.8113.222.05-
YUV95.8777.28148.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.15%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 6 (2.73% from 255) = 2.62%
R=54.15%
G=43.23%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12499600.200.950.5147.2990.7725.49
Hex7C6360145F332f5b19
Octal1741436024137635713331
Binary111110011000111100101001011111110011101111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,99,6); }

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

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

 a { background-color: rgb(124,99,6); }

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

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

 span { border-color: rgb(124,99,6); }

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