#75611F

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

Shades of Yukon Gold #75611F

Tints of Yukon Gold #75611F

Color information

#75611F (or 0x75611F) is unknown color: approx Yukon Gold. HEX triplet: 75, 61 and 1F. RGB value is (117,97,31). Sum of RGB (Red+Green+Blue) = 117+97+31=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75611F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75611F is #8A9EE0. Grayscale: #5F5F5F. Windows color (decimal): -9084641 or 2056565. OLE color: 2056565.

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

Color convert

RGB1179731-
CMYK00.170.740.54
HSL46.05º58.11%29.02%-
HSV(B)46.05º73.5%45.88%-
XYZ11.8612.433.07-
YUV95.4691.63143.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 31 (12.5% from 255) = 12.65%
R=47.76%
G=39.59%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117973100.170.740.5446.0558.1129.02
Hex75611F0114A362e3a1d
Octal1651413702111266567235
Binary1110101110000111111010001100101011011010111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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