#7C6919

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

Shades of Yukon Gold #7C6919

Tints of Yukon Gold #7C6919

Color information

#7C6919 (or 0x7C6919) is unknown color: approx Yukon Gold. HEX triplet: 7C, 69 and 19. RGB value is (124,105,25). Sum of RGB (Red+Green+Blue) = 124+105+25=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6919 is #8396E6. Grayscale: #656565. Windows color (decimal): -8623847 or 1665404. OLE color: 1665404.

HSL color Cylindrical-coordinate representation of color #7C6919: hue angle of 48.48º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C6919 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB12410525-
CMYK00.150.800.51
HSL48.48º66.44%29.22%-
HSV(B)48.48º79.84%48.63%-
XYZ13.5414.463-
YUV101.5684.79144-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.82%
GREEN value IS 105 (41.41% from 255) = 41.34%
BLUE value IS 25 (10.16% from 255) = 9.84%
R=48.82%
G=41.34%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241052500.150.800.5148.4866.4429.22
Hex7C69190F503330421d
Octal17415131017120636010235
Binary1111100110100111001011111010000110011110000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,105,25); }

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

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

 a { background-color: rgb(124,105,25); }

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

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

 span { border-color: rgb(124,105,25); }

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