#7C6706

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

Shades of Yukon Gold #7C6706

Tints of Yukon Gold #7C6706

Color information

#7C6706 (or 0x7C6706) is unknown color: approx Yukon Gold. HEX triplet: 7C, 67 and 06. RGB value is (124,103,6). Sum of RGB (Red+Green+Blue) = 124+103+6=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6706 is #8398F9. Grayscale: #626262. Windows color (decimal): -8624378 or 419708. OLE color: 419708.

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

Color convert

RGB1241036-
CMYK00.170.950.51
HSL49.32º90.77%25.49%-
HSV(B)49.32º95.16%48.63%-
XYZ13.2142.18-
YUV98.2275.96146.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.22%
GREEN value IS 103 (40.62% from 255) = 44.21%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=53.22%
G=44.21%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124103600.170.950.5149.3290.7725.49
Hex7C6760115F33315b19
Octal1741476021137636113331
Binary111110011001111100100011011111110011110001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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