#7D6C10

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

Shades of Yukon Gold #7D6C10

Tints of Yukon Gold #7D6C10

Color information

#7D6C10 (or 0x7D6C10) is unknown color: approx Yukon Gold. HEX triplet: 7D, 6C and 10. RGB value is (125,108,16). Sum of RGB (Red+Green+Blue) = 125+108+16=249 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.20% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6C10 is #8293EF. Grayscale: #666666. Windows color (decimal): -8557552 or 1076349. OLE color: 1076349.

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

Color convert

RGB12510816-
CMYK00.140.870.51
HSL50.64º77.3%27.65%-
HSV(B)50.64º87.2%49.02%-
XYZ13.9115.122.68-
YUV102.5979.13143.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.20%
GREEN value IS 108 (42.58% from 255) = 43.37%
BLUE value IS 16 (6.64% from 255) = 6.43%
R=50.20%
G=43.37%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251081600.140.870.5150.6477.327.65
Hex7D6C100E5733334d1c
Octal17515420016127636311534
Binary1111101110110010000011101010111110011110011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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