#7B6820

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

Shades of Yukon Gold #7B6820

Tints of Yukon Gold #7B6820

Color information

#7B6820 (or 0x7B6820) is unknown color: approx Yukon Gold. HEX triplet: 7B, 68 and 20. RGB value is (123,104,32). Sum of RGB (Red+Green+Blue) = 123+104+32=259 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.49% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6820 is #8497DF. Grayscale: #656565. Windows color (decimal): -8689632 or 2123899. OLE color: 2123899.

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

Color convert

RGB12310432-
CMYK00.150.740.52
HSL47.47º58.71%30.39%-
HSV(B)47.47º73.98%48.24%-
XYZ13.3814.223.41-
YUV101.4788.79143.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.49%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 32 (12.89% from 255) = 12.36%
R=47.49%
G=40.15%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231043200.150.740.5247.4758.7130.39
Hex7B68200F4A342f3b1e
Octal1731504001711264577336
Binary1111011110100010000001111100101011010010111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,104,32); }

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

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

 a { background-color: rgb(123,104,32); }

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

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

 span { border-color: rgb(123,104,32); }

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