#7D6614

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

Shades of Yukon Gold #7D6614

Tints of Yukon Gold #7D6614

Color information

#7D6614 (or 0x7D6614) is unknown color: approx Yukon Gold. HEX triplet: 7D, 66 and 14. RGB value is (125,102,20). Sum of RGB (Red+Green+Blue) = 125+102+20=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6614 is #8299EB. Grayscale: #636363. Windows color (decimal): -8559084 or 1336957. OLE color: 1336957.

HSL color Cylindrical-coordinate representation of color #7D6614: hue angle of 46.86º 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 #7D6614 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB12510220-
CMYK00.180.840.51
HSL46.86º72.41%28.43%-
HSV(B)46.86º84%49.02%-
XYZ13.3413.912.64-
YUV99.5383.12146.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.61%
GREEN value IS 102 (40.23% from 255) = 41.30%
BLUE value IS 20 (8.20% from 255) = 8.10%
R=50.61%
G=41.30%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251022000.180.840.5146.8672.4128.43
Hex7D661401254332f481c
Octal17514624022124635711034
Binary11111011100110101000100101010100110011101111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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