#75601F

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

Shades of Yukon Gold #75601F

Tints of Yukon Gold #75601F

Color information

#75601F (or 0x75601F) is unknown color: approx Yukon Gold. HEX triplet: 75, 60 and 1F. RGB value is (117,96,31). Sum of RGB (Red+Green+Blue) = 117+96+31=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75601F is #8A9FE0. Grayscale: #5F5F5F. Windows color (decimal): -9084897 or 2056309. OLE color: 2056309.

HSL color Cylindrical-coordinate representation of color #75601F: hue angle of 45.35º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75601F is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1179631-
CMYK00.180.740.54
HSL45.35º58.11%29.02%-
HSV(B)45.35º73.5%45.88%-
XYZ11.7712.253.04-
YUV94.8791.96143.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 31 (12.5% from 255) = 12.70%
R=47.95%
G=39.34%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117963100.180.740.5445.3558.1129.02
Hex75601F0124A362d3a1d
Octal1651403702211266557235
Binary1110101110000011111010010100101011011010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75601F; }

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

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

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

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

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

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

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

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