#756618

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

Shades of Yukon Gold #756618

Tints of Yukon Gold #756618

Color information

#756618 (or 0x756618) is unknown color: approx Yukon Gold. HEX triplet: 75, 66 and 18. RGB value is (117,102,24). Sum of RGB (Red+Green+Blue) = 117+102+24=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #756618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756618 is #8A99E7. Grayscale: #616161. Windows color (decimal): -9083368 or 1599093. OLE color: 1599093.

HSL color Cylindrical-coordinate representation of color #756618: hue angle of 50.32º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #756618 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB11710224-
CMYK00.130.790.54
HSL50.32º65.96%27.65%-
HSV(B)50.32º79.49%45.88%-
XYZ12.2513.352.8-
YUV97.5986.47141.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 102 (40.23% from 255) = 41.98%
BLUE value IS 24 (9.77% from 255) = 9.88%
R=48.15%
G=41.98%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171022400.130.790.5450.3265.9627.65
Hex7566180D4F3632421c
Octal16514630015117666210234
Binary1110101110011011000011011001111110110110010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756618; }

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

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

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

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

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

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

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

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