#7E6318

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

Shades of Yukon Gold #7E6318

Tints of Yukon Gold #7E6318

Color information

#7E6318 (or 0x7E6318) is unknown color: approx Yukon Gold. HEX triplet: 7E, 63 and 18. RGB value is (126,99,24). Sum of RGB (Red+Green+Blue) = 126+99+24=249 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.60% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6318 is #819CE7. Grayscale: #626262. Windows color (decimal): -8494312 or 1598334. OLE color: 1598334.

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

Color convert

RGB1269924-
CMYK00.210.810.51
HSL44.12º68%29.41%-
HSV(B)44.12º80.95%49.41%-
XYZ13.2313.432.76-
YUV98.5285.95147.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50.60%
GREEN value IS 99 (39.06% from 255) = 39.76%
BLUE value IS 24 (9.77% from 255) = 9.64%
R=50.60%
G=39.76%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126992400.210.810.5144.126829.41
Hex7E631801551332c441d
Octal17614330025121635410435
Binary11111101100011110000101011010001110011101100100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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