#7B601E

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

Shades of Yukon Gold #7B601E

Tints of Yukon Gold #7B601E

Color information

#7B601E (or 0x7B601E) is unknown color: approx Yukon Gold. HEX triplet: 7B, 60 and 1E. RGB value is (123,96,30). Sum of RGB (Red+Green+Blue) = 123+96+30=249 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.40% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 123 - color contains mainly: red. Hex color #7B601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B601E is #849FE1. Grayscale: #606060. Windows color (decimal): -8691682 or 1990779. OLE color: 1990779.

HSL color Cylindrical-coordinate representation of color #7B601E: hue angle of 42.58º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B601E is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.52.

Color convert

RGB1239630-
CMYK00.220.760.52
HSL42.58º60.78%30%-
HSV(B)42.58º75.61%48.24%-
XYZ12.5912.673.01-
YUV96.5590.45146.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.40%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 30 (12.11% from 255) = 12.05%
R=49.40%
G=38.55%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123963000.220.760.5242.5860.7830
Hex7B601E0164C342b3d1e
Octal1731403602611464537536
Binary1111011110000011110010110100110011010010101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,96,30); }

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

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

 a { background-color: rgb(123,96,30); }

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

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

 span { border-color: rgb(123,96,30); }

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