#75680C

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

Shades of Yukon Gold #75680C

Tints of Yukon Gold #75680C

Color information

#75680C (or 0x75680C) is unknown color: approx Yukon Gold. HEX triplet: 75, 68 and 0C. RGB value is (117,104,12). Sum of RGB (Red+Green+Blue) = 117+104+12=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75680C is #8A97F3. Grayscale: #616161. Windows color (decimal): -9082868 or 813173. OLE color: 813173.

HSL color Cylindrical-coordinate representation of color #75680C: hue angle of 52.57º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75680C is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB11710412-
CMYK00.110.900.54
HSL52.57º81.4%25.29%-
HSV(B)52.57º89.74%45.88%-
XYZ12.3513.712.34-
YUV97.479.81141.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 12 (5.08% from 255) = 5.15%
R=50.21%
G=44.64%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171041200.110.900.5452.5781.425.29
Hex7568C0B5A36355119
Octal16515014013132666512131
Binary111010111010001100010111011010110110110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75680C; }

 p { color: rgb(117,104,12); }

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

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

 a { background-color: rgb(117,104,12); }

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

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

 span { border-color: rgb(117,104,12); }

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