#75653C

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

Shades of Yellow Metal #75653C

Tints of Yellow Metal #75653C

Color information

#75653C (or 0x75653C) is unknown color: approx Yellow Metal. HEX triplet: 75, 65 and 3C. RGB value is (117,101,60). Sum of RGB (Red+Green+Blue) = 117+101+60=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75653C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75653C is #8A9AC3. Grayscale: #656565. Windows color (decimal): -9083588 or 3958133. OLE color: 3958133.

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

Color convert

RGB11710160-
CMYK00.140.490.54
HSL43.16º32.2%34.71%-
HSV(B)43.16º48.72%45.88%-
XYZ12.8113.426.19-
YUV101.11104.8139.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 60 (23.83% from 255) = 21.58%
R=42.09%
G=36.33%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171016000.140.490.5443.1632.234.71
Hex75653C0E31362b2023
Octal165145740166166534043
Binary1110101110010111110001110110001110110101011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75653C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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