#756408

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

Shades of Yukon Gold #756408

Tints of Yukon Gold #756408

Color information

#756408 (or 0x756408) is unknown color: approx Yukon Gold. HEX triplet: 75, 64 and 08. RGB value is (117,100,8). Sum of RGB (Red+Green+Blue) = 117+100+8=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #756408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756408 is #8A9BF7. Grayscale: #5E5E5E. Windows color (decimal): -9083896 or 550005. OLE color: 550005.

HSL color Cylindrical-coordinate representation of color #756408: hue angle of 50.64º 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 #756408 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB1171008-
CMYK00.150.930.54
HSL50.64º87.2%24.51%-
HSV(B)50.64º93.16%45.88%-
XYZ11.9412.912.09-
YUV94.679.13143.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 100 (39.45% from 255) = 44.44%
BLUE value IS 8 (3.52% from 255) = 3.56%
R=52%
G=44.44%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117100800.150.930.5450.6487.224.51
Hex756480F5D36335719
Octal16514410017135666312731
Binary111010111001001000011111011101110110110011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756408; }

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

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

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

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

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

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

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

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