#75661E

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

Shades of Yukon Gold #75661E

Tints of Yukon Gold #75661E

Color information

#75661E (or 0x75661E) is unknown color: approx Yukon Gold. HEX triplet: 75, 66 and 1E. RGB value is (117,102,30). Sum of RGB (Red+Green+Blue) = 117+102+30=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #75661E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75661E is #8A99E1. Grayscale: #626262. Windows color (decimal): -9083362 or 1992309. OLE color: 1992309.

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

Color convert

RGB11710230-
CMYK00.130.740.54
HSL49.66º59.18%28.82%-
HSV(B)49.66º74.36%45.88%-
XYZ12.3213.383.16-
YUV98.2889.47141.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 30 (12.11% from 255) = 12.05%
R=46.99%
G=40.96%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171023000.130.740.5449.6659.1828.82
Hex75661E0D4A36323b1d
Octal1651463601511266627335
Binary111010111001101111001101100101011011011001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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