#75693D

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

Shades of Yellow Metal #75693D

Tints of Yellow Metal #75693D

Color information

#75693D (or 0x75693D) is unknown color: approx Yellow Metal. HEX triplet: 75, 69 and 3D. RGB value is (117,105,61). Sum of RGB (Red+Green+Blue) = 117+105+61=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #75693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75693D is #8A96C2. Grayscale: #676767. Windows color (decimal): -9082563 or 4024693. OLE color: 4024693.

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

Color convert

RGB11710561-
CMYK00.100.480.54
HSL47.14º31.46%34.9%-
HSV(B)47.14º47.86%45.88%-
XYZ13.2314.226.46-
YUV103.57103.98137.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 61 (24.22% from 255) = 21.55%
R=41.34%
G=37.10%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171056100.100.480.5447.1431.4634.9
Hex75693D0A30362f1f23
Octal165151750126066573743
Binary111010111010011111010101011000011011010111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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