#756019

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

Shades of Yukon Gold #756019

Tints of Yukon Gold #756019

Color information

#756019 (or 0x756019) is unknown color: approx Yukon Gold. HEX triplet: 75, 60 and 19. RGB value is (117,96,25). Sum of RGB (Red+Green+Blue) = 117+96+25=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #756019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756019 is #8A9FE6. Grayscale: #5E5E5E. Windows color (decimal): -9084903 or 1663093. OLE color: 1663093.

HSL color Cylindrical-coordinate representation of color #756019: hue angle of 46.3º degrees, saturation: 0.65, 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 #756019 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1179625-
CMYK00.180.790.54
HSL46.3º64.79%27.84%-
HSV(B)46.3º78.63%45.88%-
XYZ11.6912.222.66-
YUV94.1888.96144.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 25 (10.16% from 255) = 10.50%
R=49.16%
G=40.34%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117962500.180.790.5446.364.7927.84
Hex7560190124F362e411c
Octal16514031022117665610134
Binary11101011100000110010100101001111110110101110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756019; }

 p { color: rgb(117,96,25); }

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

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

 a { background-color: rgb(117,96,25); }

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

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

 span { border-color: rgb(117,96,25); }

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