#75653F

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

Shades of Yellow Metal #75653F

Tints of Yellow Metal #75653F

Color information

#75653F (or 0x75653F) is unknown color: approx Yellow Metal. HEX triplet: 75, 65 and 3F. RGB value is (117,101,63). Sum of RGB (Red+Green+Blue) = 117+101+63=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #75653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75653F is #8A9AC0. Grayscale: #656565. Windows color (decimal): -9083585 or 4154741. OLE color: 4154741.

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

Color convert

RGB11710163-
CMYK00.140.460.54
HSL42.22º30%35.29%-
HSV(B)42.22º46.15%45.88%-
XYZ12.8913.456.62-
YUV101.45106.3139.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 63 (25% from 255) = 22.42%
R=41.64%
G=35.94%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171016300.140.460.5442.223035.29
Hex75653F0E2E362a1e23
Octal165145770165666523643
Binary111010111001011111110111010111011011010101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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