#7B6612

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

Shades of Yukon Gold #7B6612

Tints of Yukon Gold #7B6612

Color information

#7B6612 (or 0x7B6612) is unknown color: approx Yukon Gold. HEX triplet: 7B, 66 and 12. RGB value is (123,102,18). Sum of RGB (Red+Green+Blue) = 123+102+18=243 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.62% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6612 is #8499ED. Grayscale: #636363. Windows color (decimal): -8690158 or 1205883. OLE color: 1205883.

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

Color convert

RGB12310218-
CMYK00.170.850.52
HSL48º74.47%27.65%-
HSV(B)48º85.37%48.24%-
XYZ13.0313.762.54-
YUV98.782.46145.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.62%
GREEN value IS 102 (40.23% from 255) = 41.98%
BLUE value IS 18 (7.42% from 255) = 7.41%
R=50.62%
G=41.98%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231021800.170.850.524874.4727.65
Hex7B66120115534304a1c
Octal17314622021125646011234
Binary11110111100110100100100011010101110100110000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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