#7B6606

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

Shades of Yukon Gold #7B6606

Tints of Yukon Gold #7B6606

Color information

#7B6606 (or 0x7B6606) is unknown color: approx Yukon Gold. HEX triplet: 7B, 66 and 06. RGB value is (123,102,6). Sum of RGB (Red+Green+Blue) = 123+102+6=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6606 is #8499F9. Grayscale: #616161. Windows color (decimal): -8690170 or 419451. OLE color: 419451.

HSL color Cylindrical-coordinate representation of color #7B6606: hue angle of 49.23º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B6606 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.52.

Color convert

RGB1231026-
CMYK00.170.950.52
HSL49.23º90.7%25.29%-
HSV(B)49.23º95.12%48.24%-
XYZ12.9513.732.14-
YUV97.3476.46146.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.25%
GREEN value IS 102 (40.23% from 255) = 44.16%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=53.25%
G=44.16%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123102600.170.950.5249.2390.725.29
Hex7B6660115F34315b19
Octal1731466021137646113331
Binary111101111001101100100011011111110100110001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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