#756009

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

Shades of Yukon Gold #756009

Tints of Yukon Gold #756009

Color information

#756009 (or 0x756009) is unknown color: approx Yukon Gold. HEX triplet: 75, 60 and 09. RGB value is (117,96,9). Sum of RGB (Red+Green+Blue) = 117+96+9=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #756009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756009 is #8A9FF6. Grayscale: #5C5C5C. Windows color (decimal): -9084919 or 614517. OLE color: 614517.

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

Color convert

RGB117969-
CMYK00.180.920.54
HSL48.33º85.71%24.71%-
HSV(B)48.33º92.31%45.88%-
XYZ11.5712.172-
YUV92.3680.96145.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 9 (3.91% from 255) = 4.05%
R=52.70%
G=43.24%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11796900.180.920.5448.3385.7124.71
Hex756090125C36305619
Octal16514011022134666012631
Binary1110101110000010010100101011100110110110000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756009; }

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

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

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

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

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

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

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

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