#7D6819

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

Shades of Yukon Gold #7D6819

Tints of Yukon Gold #7D6819

Color information

#7D6819 (or 0x7D6819) is unknown color: approx Yukon Gold. HEX triplet: 7D, 68 and 19. RGB value is (125,104,25). Sum of RGB (Red+Green+Blue) = 125+104+25=254 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.21% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6819 is #8297E6. Grayscale: #656565. Windows color (decimal): -8558567 or 1665149. OLE color: 1665149.

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

Color convert

RGB12510425-
CMYK00.170.80.51
HSL47.4º66.67%29.41%-
HSV(B)47.4º80%49.02%-
XYZ13.5814.332.97-
YUV101.2784.96144.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.21%
GREEN value IS 104 (41.02% from 255) = 40.94%
BLUE value IS 25 (10.16% from 255) = 9.84%
R=49.21%
G=40.94%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.8
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251042500.170.80.5147.466.6729.41
Hex7D681901150332f431d
Octal17515031021120635710335
Binary11111011101000110010100011010000110011101111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,104,25); }

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

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

 a { background-color: rgb(125,104,25); }

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

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

 span { border-color: rgb(125,104,25); }

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