#7C6217

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

Shades of Yukon Gold #7C6217

Tints of Yukon Gold #7C6217

Color information

#7C6217 (or 0x7C6217) is unknown color: approx Yukon Gold. HEX triplet: 7C, 62 and 17. RGB value is (124,98,23). Sum of RGB (Red+Green+Blue) = 124+98+23=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6217 is #839DE8. Grayscale: #616161. Windows color (decimal): -8625641 or 1532540. OLE color: 1532540.

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

Color convert

RGB1249823-
CMYK00.210.810.51
HSL44.55º68.71%28.82%-
HSV(B)44.55º81.45%48.63%-
XYZ12.8313.082.66-
YUV97.2286.11147.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.61%
GREEN value IS 98 (38.67% from 255) = 40%
BLUE value IS 23 (9.38% from 255) = 9.39%
R=50.61%
G=40%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124982300.210.810.5144.5568.7128.82
Hex7C621701551332d451d
Octal17414227025121635510535
Binary11111001100010101110101011010001110011101101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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