#7B6316

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

Shades of Yukon Gold #7B6316

Tints of Yukon Gold #7B6316

Color information

#7B6316 (or 0x7B6316) is unknown color: approx Yukon Gold. HEX triplet: 7B, 63 and 16. RGB value is (123,99,22). Sum of RGB (Red+Green+Blue) = 123+99+22=244 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.41% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6316 is #849CE9. Grayscale: #616161. Windows color (decimal): -8690922 or 1467259. OLE color: 1467259.

HSL color Cylindrical-coordinate representation of color #7B6316: hue angle of 45.74º 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 #7B6316 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB1239922-
CMYK00.200.820.52
HSL45.74º69.66%28.43%-
HSV(B)45.74º82.11%48.24%-
XYZ12.7813.192.63-
YUV97.485.45146.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.41%
GREEN value IS 99 (39.06% from 255) = 40.57%
BLUE value IS 22 (8.98% from 255) = 9.02%
R=50.41%
G=40.57%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123992200.200.820.5245.7469.6628.43
Hex7B631601452342e461c
Octal17314326024122645610634
Binary11110111100011101100101001010010110100101110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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