#75641E

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

Shades of Yukon Gold #75641E

Tints of Yukon Gold #75641E

Color information

#75641E (or 0x75641E) is unknown color: approx Yukon Gold. HEX triplet: 75, 64 and 1E. RGB value is (117,100,30). Sum of RGB (Red+Green+Blue) = 117+100+30=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75641E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75641E is #8A9BE1. Grayscale: #616161. Windows color (decimal): -9083874 or 1991797. OLE color: 1991797.

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

Color convert

RGB11710030-
CMYK00.150.740.54
HSL48.28º59.18%28.82%-
HSV(B)48.28º74.36%45.88%-
XYZ12.1312.993.1-
YUV97.190.13142.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 100 (39.45% from 255) = 40.49%
BLUE value IS 30 (12.11% from 255) = 12.15%
R=47.37%
G=40.49%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171003000.150.740.5448.2859.1828.82
Hex75641E0F4A36303b1d
Octal1651443601711266607335
Binary111010111001001111001111100101011011011000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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