#7C6022

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

Shades of Yukon Gold #7C6022

Tints of Yukon Gold #7C6022

Color information

#7C6022 (or 0x7C6022) is unknown color: approx Yukon Gold. HEX triplet: 7C, 60 and 22. RGB value is (124,96,34). Sum of RGB (Red+Green+Blue) = 124+96+34=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6022 is #839FDD. Grayscale: #616161. Windows color (decimal): -8626142 or 2252924. OLE color: 2252924.

HSL color Cylindrical-coordinate representation of color #7C6022: hue angle of 41.33º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C6022 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB1249634-
CMYK00.230.730.51
HSL41.33º56.96%30.98%-
HSV(B)41.33º72.58%48.63%-
XYZ12.7812.773.3-
YUV97.392.28147.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.82%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 34 (13.67% from 255) = 13.39%
R=48.82%
G=37.80%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124963400.230.730.5141.3356.9630.98
Hex7C6022017493329391f
Octal1741404202711163517137
Binary11111001100000100010010111100100111001110100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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