#7D6014

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

Shades of Yukon Gold #7D6014

Tints of Yukon Gold #7D6014

Color information

#7D6014 (or 0x7D6014) is unknown color: approx Yukon Gold. HEX triplet: 7D, 60 and 14. RGB value is (125,96,20). Sum of RGB (Red+Green+Blue) = 125+96+20=241 (31% of max value = 765). Red value is 125 (49.22% from 255 or 51.87% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6014 is #829FEB. Grayscale: #606060. Windows color (decimal): -8560620 or 1335421. OLE color: 1335421.

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

Color convert

RGB1259620-
CMYK00.230.840.51
HSL43.43º72.41%28.43%-
HSV(B)43.43º84%49.02%-
XYZ12.7712.782.46-
YUV96.0185.11148.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.87%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 20 (8.20% from 255) = 8.30%
R=51.87%
G=39.83%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125962000.230.840.5143.4372.4128.43
Hex7D601401754332b481c
Octal17514024027124635311034
Binary11111011100000101000101111010100110011101011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,96,20); }

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

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

 a { background-color: rgb(125,96,20); }

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

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

 span { border-color: rgb(125,96,20); }

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