#7D6C12

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

Shades of Yukon Gold #7D6C12

Tints of Yukon Gold #7D6C12

Color information

#7D6C12 (or 0x7D6C12) is unknown color: approx Yukon Gold. HEX triplet: 7D, 6C and 12. RGB value is (125,108,18). Sum of RGB (Red+Green+Blue) = 125+108+18=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6C12 is #8293ED. Grayscale: #676767. Windows color (decimal): -8557550 or 1207421. OLE color: 1207421.

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

Color convert

RGB12510818-
CMYK00.140.860.51
HSL50.47º74.83%28.04%-
HSV(B)50.47º85.6%49.02%-
XYZ13.9315.132.76-
YUV102.8280.13143.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.80%
GREEN value IS 108 (42.58% from 255) = 43.03%
BLUE value IS 18 (7.42% from 255) = 7.17%
R=49.80%
G=43.03%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251081800.140.860.5150.4774.8328.04
Hex7D6C120E5633324b1c
Octal17515422016126636211334
Binary1111101110110010010011101010110110011110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,108,18); }

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

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

 a { background-color: rgb(125,108,18); }

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

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

 span { border-color: rgb(125,108,18); }

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