#7B6413

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

Shades of Yukon Gold #7B6413

Tints of Yukon Gold #7B6413

Color information

#7B6413 (or 0x7B6413) is unknown color: approx Yukon Gold. HEX triplet: 7B, 64 and 13. RGB value is (123,100,19). Sum of RGB (Red+Green+Blue) = 123+100+19=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6413 is #849BEC. Grayscale: #616161. Windows color (decimal): -8690669 or 1270907. OLE color: 1270907.

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

Color convert

RGB12310019-
CMYK00.190.850.52
HSL46.73º73.24%27.84%-
HSV(B)46.73º84.55%48.24%-
XYZ12.8413.372.52-
YUV97.6483.62146.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.83%
GREEN value IS 100 (39.45% from 255) = 41.32%
BLUE value IS 19 (7.81% from 255) = 7.85%
R=50.83%
G=41.32%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231001900.190.850.5246.7373.2427.84
Hex7B641301355342f491c
Octal17314423023125645711134
Binary11110111100100100110100111010101110100101111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,100,19); }

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

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

 a { background-color: rgb(123,100,19); }

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

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

 span { border-color: rgb(123,100,19); }

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