#75601E

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

Shades of Yukon Gold #75601E

Tints of Yukon Gold #75601E

Color information

#75601E (or 0x75601E) is unknown color: approx Yukon Gold. HEX triplet: 75, 60 and 1E. RGB value is (117,96,30). Sum of RGB (Red+Green+Blue) = 117+96+30=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75601E is #8A9FE1. Grayscale: #5F5F5F. Windows color (decimal): -9084898 or 1990773. OLE color: 1990773.

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

Color convert

RGB1179630-
CMYK00.180.740.54
HSL45.52º59.18%28.82%-
HSV(B)45.52º74.36%45.88%-
XYZ11.7512.242.97-
YUV94.7691.46143.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 30 (12.11% from 255) = 12.35%
R=48.15%
G=39.51%
B=12.35%

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
Decimal117963000.180.740.5445.5259.1828.82
Hex75601E0124A362e3b1d
Octal1651403602211266567335
Binary1110101110000011110010010100101011011010111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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