#75681B

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

Shades of Yukon Gold #75681B

Tints of Yukon Gold #75681B

Color information

#75681B (or 0x75681B) is unknown color: approx Yukon Gold. HEX triplet: 75, 68 and 1B. RGB value is (117,104,27). Sum of RGB (Red+Green+Blue) = 117+104+27=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75681B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75681B is #8A97E4. Grayscale: #636363. Windows color (decimal): -9082853 or 1796213. OLE color: 1796213.

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

Color convert

RGB11710427-
CMYK00.110.770.54
HSL51.33º62.5%28.24%-
HSV(B)51.33º76.92%45.88%-
XYZ12.4813.763.04-
YUV99.1187.31140.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 104 (41.02% from 255) = 41.94%
BLUE value IS 27 (10.94% from 255) = 10.89%
R=47.18%
G=41.94%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171042700.110.770.5451.3362.528.24
Hex75681B0B4D36333e1c
Octal1651503301311566637634
Binary111010111010001101101011100110111011011001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75681B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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