#7B6116

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

Shades of Yukon Gold #7B6116

Tints of Yukon Gold #7B6116

Color information

#7B6116 (or 0x7B6116) is unknown color: approx Yukon Gold. HEX triplet: 7B, 61 and 16. RGB value is (123,97,22). Sum of RGB (Red+Green+Blue) = 123+97+22=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6116 is #849EE9. Grayscale: #606060. Windows color (decimal): -8691434 or 1466747. OLE color: 1466747.

HSL color Cylindrical-coordinate representation of color #7B6116: hue angle of 44.55º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B6116 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB1239722-
CMYK00.210.820.52
HSL44.55º69.66%28.43%-
HSV(B)44.55º82.11%48.24%-
XYZ12.5912.822.57-
YUV96.2286.11147.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.83%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 22 (8.98% from 255) = 9.09%
R=50.83%
G=40.08%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123972200.210.820.5244.5569.6628.43
Hex7B611601552342d461c
Octal17314126025122645510634
Binary11110111100001101100101011010010110100101101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,97,22); }

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

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

 a { background-color: rgb(123,97,22); }

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

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

 span { border-color: rgb(123,97,22); }

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