#75681A

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

Shades of Yukon Gold #75681A

Tints of Yukon Gold #75681A

Color information

#75681A (or 0x75681A) is unknown color: approx Yukon Gold. HEX triplet: 75, 68 and 1A. RGB value is (117,104,26). Sum of RGB (Red+Green+Blue) = 117+104+26=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75681A is #8A97E5. Grayscale: #636363. Windows color (decimal): -9082854 or 1730677. OLE color: 1730677.

HSL color Cylindrical-coordinate representation of color #75681A: hue angle of 51.43º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75681A is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB11710426-
CMYK00.110.780.54
HSL51.43º63.64%28.04%-
HSV(B)51.43º77.78%45.88%-
XYZ12.4713.762.98-
YUV98.9986.81140.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=47.37%
G=42.11%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171042600.110.780.5451.4363.6428.04
Hex75681A0B4E3633401c
Octal16515032013116666310034
Binary1110101110100011010010111001110110110110011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75681A; }

 p { color: rgb(117,104,26); }

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

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

 a { background-color: rgb(117,104,26); }

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

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

 span { border-color: rgb(117,104,26); }

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