#756108

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

Shades of Yukon Gold #756108

Tints of Yukon Gold #756108

Color information

#756108 (or 0x756108) is unknown color: approx Yukon Gold. HEX triplet: 75, 61 and 08. RGB value is (117,97,8). Sum of RGB (Red+Green+Blue) = 117+97+8=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #756108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756108 is #8A9EF7. Grayscale: #5D5D5D. Windows color (decimal): -9084664 or 549237. OLE color: 549237.

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

Color convert

RGB117978-
CMYK00.170.930.54
HSL48.99º87.2%24.51%-
HSV(B)48.99º93.16%45.88%-
XYZ11.6512.352-
YUV92.8380.13145.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 8 (3.52% from 255) = 3.60%
R=52.70%
G=43.69%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11797800.170.930.5448.9987.224.51
Hex756180115D36315719
Octal16514110021135666112731
Binary1110101110000110000100011011101110110110001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756108; }

 p { color: rgb(117,97,8); }

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

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

 a { background-color: rgb(117,97,8); }

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

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

 span { border-color: rgb(117,97,8); }

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