#7D690F

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

Shades of Yukon Gold #7D690F

Tints of Yukon Gold #7D690F

Color information

#7D690F (or 0x7D690F) is unknown color: approx Yukon Gold. HEX triplet: 7D, 69 and 0F. RGB value is (125,105,15). Sum of RGB (Red+Green+Blue) = 125+105+15=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D690F is #8296F0. Grayscale: #656565. Windows color (decimal): -8558321 or 1010045. OLE color: 1010045.

HSL color Cylindrical-coordinate representation of color #7D690F: hue angle of 49.09º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D690F is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB12510515-
CMYK00.160.880.51
HSL49.09º78.57%27.45%-
HSV(B)49.09º88%49.02%-
XYZ13.614.52.53-
YUV100.7279.63145.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.02%
GREEN value IS 105 (41.41% from 255) = 42.86%
BLUE value IS 15 (6.25% from 255) = 6.12%
R=51.02%
G=42.86%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251051500.160.880.5149.0978.5727.45
Hex7D69F0105833314f1b
Octal17515117020130636111733
Binary1111101110100111110100001011000110011110001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,105,15); }

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

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

 a { background-color: rgb(125,105,15); }

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

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

 span { border-color: rgb(125,105,15); }

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