#7B6304

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

Shades of Yukon Gold #7B6304

Tints of Yukon Gold #7B6304

Color information

#7B6304 (or 0x7B6304) is unknown color: approx Yukon Gold. HEX triplet: 7B, 63 and 04. RGB value is (123,99,4). Sum of RGB (Red+Green+Blue) = 123+99+4=226 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.42% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6304 is #849CFB. Grayscale: #5F5F5F. Windows color (decimal): -8690940 or 287611. OLE color: 287611.

HSL color Cylindrical-coordinate representation of color #7B6304: hue angle of 47.9º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B6304 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB123994-
CMYK00.200.970.52
HSL47.9º93.7%24.9%-
HSV(B)47.9º96.75%48.24%-
XYZ12.6513.141.98-
YUV95.3576.45147.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.42%
GREEN value IS 99 (39.06% from 255) = 43.81%
BLUE value IS 4 (1.95% from 255) = 1.77%
R=54.42%
G=43.81%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12399400.200.970.5247.993.724.9
Hex7B6340146134305e19
Octal1731434024141646013631
Binary111101111000111000101001100001110100110000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,99,4); }

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

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

 a { background-color: rgb(123,99,4); }

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

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

 span { border-color: rgb(123,99,4); }

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