#7E6319

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

Shades of Yukon Gold #7E6319

Tints of Yukon Gold #7E6319

Color information

#7E6319 (or 0x7E6319) is unknown color: approx Yukon Gold. HEX triplet: 7E, 63 and 19. RGB value is (126,99,25). Sum of RGB (Red+Green+Blue) = 126+99+25=250 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.4% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6319 is #819CE6. Grayscale: #626262. Windows color (decimal): -8494311 or 1663870. OLE color: 1663870.

HSL color Cylindrical-coordinate representation of color #7E6319: hue angle of 43.96º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E6319 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB1269925-
CMYK00.210.800.51
HSL43.96º66.89%29.61%-
HSV(B)43.96º80.16%49.41%-
XYZ13.2413.432.81-
YUV98.6486.45147.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50.4%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 25 (10.16% from 255) = 10%
R=50.4%
G=39.6%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126992500.210.800.5143.9666.8929.61
Hex7E631901550332c431e
Octal17614331025120635410336
Binary11111101100011110010101011010000110011101100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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