#7D640D

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

Shades of Yukon Gold #7D640D

Tints of Yukon Gold #7D640D

Color information

#7D640D (or 0x7D640D) is unknown color: approx Yukon Gold. HEX triplet: 7D, 64 and 0D. RGB value is (125,100,13). Sum of RGB (Red+Green+Blue) = 125+100+13=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D640D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D640D is #829BF2. Grayscale: #616161. Windows color (decimal): -8559603 or 877693. OLE color: 877693.

HSL color Cylindrical-coordinate representation of color #7D640D: hue angle of 46.61º degrees, saturation: 0.81, 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 #7D640D is Cyan = 0, Magento = 0.2, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB12510013-
CMYK00.20.900.51
HSL46.61º81.16%27.06%-
HSV(B)46.61º89.6%49.02%-
XYZ13.0913.52.3-
YUV97.5680.28147.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.52%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 13 (5.47% from 255) = 5.46%
R=52.52%
G=42.02%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251001300.20.900.5146.6181.1627.06
Hex7D64D0145A332f511b
Octal17514415024132635712133
Binary1111101110010011010101001011010110011101111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D640D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,100,13); }

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

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

 a { background-color: rgb(125,100,13); }

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

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

 span { border-color: rgb(125,100,13); }

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