#75641F

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

Shades of Yukon Gold #75641F

Tints of Yukon Gold #75641F

Color information

#75641F (or 0x75641F) is unknown color: approx Yukon Gold. HEX triplet: 75, 64 and 1F. RGB value is (117,100,31). Sum of RGB (Red+Green+Blue) = 117+100+31=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75641F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75641F is #8A9BE0. Grayscale: #616161. Windows color (decimal): -9083873 or 2057333. OLE color: 2057333.

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

Color convert

RGB11710031-
CMYK00.150.740.54
HSL48.14º58.11%29.02%-
HSV(B)48.14º73.5%45.88%-
XYZ12.14133.16-
YUV97.2290.63142.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 31 (12.5% from 255) = 12.5%
R=47.18%
G=40.32%
B=12.5%

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
Decimal1171003100.150.740.5448.1458.1129.02
Hex75641F0F4A36303a1d
Octal1651443701711266607235
Binary111010111001001111101111100101011011011000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75641F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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