#7E6313

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

Shades of Yukon Gold #7E6313

Tints of Yukon Gold #7E6313

Color information

#7E6313 (or 0x7E6313) is unknown color: approx Yukon Gold. HEX triplet: 7E, 63 and 13. RGB value is (126,99,19). Sum of RGB (Red+Green+Blue) = 126+99+19=244 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.64% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6313 is #819CEC. Grayscale: #626262. Windows color (decimal): -8494317 or 1270654. OLE color: 1270654.

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

Color convert

RGB1269919-
CMYK00.210.850.51
HSL44.86º73.79%28.43%-
HSV(B)44.86º84.92%49.41%-
XYZ13.1813.412.51-
YUV97.9583.45148-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 51.64%
GREEN value IS 99 (39.06% from 255) = 40.57%
BLUE value IS 19 (7.81% from 255) = 7.79%
R=51.64%
G=40.57%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126991900.210.850.5144.8673.7928.43
Hex7E631301555332d4a1c
Octal17614323025125635511234
Binary11111101100011100110101011010101110011101101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,99,19); }

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

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

 a { background-color: rgb(126,99,19); }

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

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

 span { border-color: rgb(126,99,19); }

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