#756617

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

Shades of Yukon Gold #756617

Tints of Yukon Gold #756617

Color information

#756617 (or 0x756617) is unknown color: approx Yukon Gold. HEX triplet: 75, 66 and 17. RGB value is (117,102,23). Sum of RGB (Red+Green+Blue) = 117+102+23=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #756617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756617 is #8A99E8. Grayscale: #616161. Windows color (decimal): -9083369 or 1533557. OLE color: 1533557.

HSL color Cylindrical-coordinate representation of color #756617: hue angle of 50.43º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #756617 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB11710223-
CMYK00.130.800.54
HSL50.43º67.14%27.45%-
HSV(B)50.43º80.34%45.88%-
XYZ12.2413.352.74-
YUV97.4885.97141.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 23 (9.38% from 255) = 9.50%
R=48.35%
G=42.15%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171022300.130.800.5450.4367.1427.45
Hex7566170D503632431b
Octal16514627015120666210333
Binary1110101110011010111011011010000110110110010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756617; }

 p { color: rgb(117,102,23); }

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

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

 a { background-color: rgb(117,102,23); }

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

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

 span { border-color: rgb(117,102,23); }

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