#75653A

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

Shades of Yellow Metal #75653A

Tints of Yellow Metal #75653A

Color information

#75653A (or 0x75653A) is unknown color: approx Yellow Metal. HEX triplet: 75, 65 and 3A. RGB value is (117,101,58). Sum of RGB (Red+Green+Blue) = 117+101+58=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75653A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75653A is #8A9AC5. Grayscale: #656565. Windows color (decimal): -9083590 or 3827061. OLE color: 3827061.

HSL color Cylindrical-coordinate representation of color #75653A: hue angle of 43.73º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75653A is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB11710158-
CMYK00.140.500.54
HSL43.73º33.71%34.31%-
HSV(B)43.73º50.43%45.88%-
XYZ12.7513.395.92-
YUV100.88103.8139.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 101 (39.84% from 255) = 36.59%
BLUE value IS 58 (23.05% from 255) = 21.01%
R=42.39%
G=36.59%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171015800.140.500.5443.7333.7134.31
Hex75653A0E32362c2222
Octal165145720166266544242
Binary1110101110010111101001110110010110110101100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75653A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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