#7B6912

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

Shades of Yukon Gold #7B6912

Tints of Yukon Gold #7B6912

Color information

#7B6912 (or 0x7B6912) is unknown color: approx Yukon Gold. HEX triplet: 7B, 69 and 12. RGB value is (123,105,18). Sum of RGB (Red+Green+Blue) = 123+105+18=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6912 is #8496ED. Grayscale: #646464. Windows color (decimal): -8689390 or 1206651. OLE color: 1206651.

HSL color Cylindrical-coordinate representation of color #7B6912: hue angle of 49.71º degrees, saturation: 0.74, 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 #7B6912 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB12310518-
CMYK00.150.850.52
HSL49.71º74.47%27.65%-
HSV(B)49.71º85.37%48.24%-
XYZ13.3314.362.64-
YUV100.4681.46144.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 42.68%
BLUE value IS 18 (7.42% from 255) = 7.32%
R=50%
G=42.68%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231051800.150.850.5249.7174.4727.65
Hex7B69120F5534324a1c
Octal17315122017125646211234
Binary1111011110100110010011111010101110100110010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,105,18); }

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

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

 a { background-color: rgb(123,105,18); }

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

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

 span { border-color: rgb(123,105,18); }

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