#7A650F

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

Shades of Yukon Gold #7A650F

Tints of Yukon Gold #7A650F

Color information

#7A650F (or 0x7A650F) is unknown color: approx Yukon Gold. HEX triplet: 7A, 65 and 0F. RGB value is (122,101,15). Sum of RGB (Red+Green+Blue) = 122+101+15=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A650F is #859AF0. Grayscale: #616161. Windows color (decimal): -8755953 or 1009018. OLE color: 1009018.

HSL color Cylindrical-coordinate representation of color #7A650F: hue angle of 48.22º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A650F is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.52.

Color convert

RGB12210115-
CMYK00.170.880.52
HSL48.22º78.1%26.86%-
HSV(B)48.22º87.7%47.84%-
XYZ12.7713.482.38-
YUV97.4881.46145.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 51.26%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 15 (6.25% from 255) = 6.30%
R=51.26%
G=42.44%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.88
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221011500.170.880.5248.2278.126.86
Hex7A65F0115834304e1b
Octal17214517021130646011633
Binary1111010110010111110100011011000110100110000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A650F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,101,15); }

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

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

 a { background-color: rgb(122,101,15); }

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

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

 span { border-color: rgb(122,101,15); }

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