#7D6A0C

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

Shades of Yukon Gold #7D6A0C

Tints of Yukon Gold #7D6A0C

Color information

#7D6A0C (or 0x7D6A0C) is unknown color: approx Yukon Gold. HEX triplet: 7D, 6A and 0C. RGB value is (125,106,12). Sum of RGB (Red+Green+Blue) = 125+106+12=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6A0C is #8295F3. Grayscale: #656565. Windows color (decimal): -8558068 or 813693. OLE color: 813693.

HSL color Cylindrical-coordinate representation of color #7D6A0C: hue angle of 49.91º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D6A0C is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB12510612-
CMYK00.150.900.51
HSL49.91º82.48%26.86%-
HSV(B)49.91º90.4%49.02%-
XYZ13.6814.692.46-
YUV100.9677.79145.14-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.44%
GREEN value IS 106 (41.80% from 255) = 43.62%
BLUE value IS 12 (5.08% from 255) = 4.94%
R=51.44%
G=43.62%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251061200.150.900.5149.9182.4826.86
Hex7D6AC0F5A3332521b
Octal17515214017132636212233
Binary111110111010101100011111011010110011110010101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,106,12); }

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

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

 a { background-color: rgb(125,106,12); }

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

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

 span { border-color: rgb(125,106,12); }

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