#7C6823

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

Shades of Yukon Gold #7C6823

Tints of Yukon Gold #7C6823

Color information

#7C6823 (or 0x7C6823) is unknown color: approx Yukon Gold. HEX triplet: 7C, 68 and 23. RGB value is (124,104,35). Sum of RGB (Red+Green+Blue) = 124+104+35=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6823 is #8397DC. Grayscale: #666666. Windows color (decimal): -8624093 or 2320508. OLE color: 2320508.

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

Color convert

RGB12410435-
CMYK00.160.720.51
HSL46.52º55.97%31.18%-
HSV(B)46.52º71.77%48.63%-
XYZ13.5714.313.64-
YUV102.1190.13143.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.15%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 35 (14.06% from 255) = 13.31%
R=47.15%
G=39.54%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241043500.160.720.5146.5255.9731.18
Hex7C682301048332f381f
Octal1741504302011063577037
Binary11111001101000100011010000100100011001110111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,104,35); }

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

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

 a { background-color: rgb(124,104,35); }

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

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

 span { border-color: rgb(124,104,35); }

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