#75693F

Color #75693F Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #75693F

Tints of Yellow Metal #75693F

Color information

#75693F (or 0x75693F) is unknown color: approx Yellow Metal. HEX triplet: 75, 69 and 3F. RGB value is (117,105,63). Sum of RGB (Red+Green+Blue) = 117+105+63=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #75693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75693F is #8A96C0. Grayscale: #676767. Windows color (decimal): -9082561 or 4155765. OLE color: 4155765.

HSL color Cylindrical-coordinate representation of color #75693F: hue angle of 46.67º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75693F is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB11710563-
CMYK00.100.460.54
HSL46.67º30%35.29%-
HSV(B)46.67º46.15%45.88%-
XYZ13.2814.246.75-
YUV103.8104.98137.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 63 (25% from 255) = 22.11%
R=41.05%
G=36.84%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171056300.100.460.5446.673035.29
Hex75693F0A2E362f1e23
Octal165151770125666573643
Binary111010111010011111110101010111011011010111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,105,63); }

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

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

 a { background-color: rgb(117,105,63); }

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

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

 span { border-color: rgb(117,105,63); }

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