#756208

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

Shades of Yukon Gold #756208

Tints of Yukon Gold #756208

Color information

#756208 (or 0x756208) is unknown color: approx Yukon Gold. HEX triplet: 75, 62 and 08. RGB value is (117,98,8). Sum of RGB (Red+Green+Blue) = 117+98+8=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #756208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756208 is #8A9DF7. Grayscale: #5D5D5D. Windows color (decimal): -9084408 or 549493. OLE color: 549493.

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

Color convert

RGB117988-
CMYK00.160.930.54
HSL49.54º87.2%24.51%-
HSV(B)49.54º93.16%45.88%-
XYZ11.7512.532.03-
YUV93.4279.79144.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 8 (3.52% from 255) = 3.59%
R=52.47%
G=43.95%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11798800.160.930.5449.5487.224.51
Hex756280105D36325719
Octal16514210020135666212731
Binary1110101110001010000100001011101110110110010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756208; }

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

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

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

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

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

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

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

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