#756006

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

Shades of Yukon Gold #756006

Tints of Yukon Gold #756006

Color information

#756006 (or 0x756006) is unknown color: approx Yukon Gold. HEX triplet: 75, 60 and 06. RGB value is (117,96,6). Sum of RGB (Red+Green+Blue) = 117+96+6=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #756006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756006 is #8A9FF9. Grayscale: #5C5C5C. Windows color (decimal): -9084922 or 417909. OLE color: 417909.

HSL color Cylindrical-coordinate representation of color #756006: hue angle of 48.65º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #756006 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB117966-
CMYK00.180.950.54
HSL48.65º90.24%24.12%-
HSV(B)48.65º94.87%45.88%-
XYZ11.5512.161.91-
YUV92.0279.46145.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.42%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 6 (2.73% from 255) = 2.74%
R=53.42%
G=43.84%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11796600.180.950.5448.6590.2424.12
Hex756060125F36315a18
Octal1651406022137666113230
Binary111010111000001100100101011111110110110001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756006; }

 p { color: rgb(117,96,6); }

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

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

 a { background-color: rgb(117,96,6); }

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

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

 span { border-color: rgb(117,96,6); }

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