#75653B

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

Shades of Yellow Metal #75653B

Tints of Yellow Metal #75653B

Color information

#75653B (or 0x75653B) is unknown color: approx Yellow Metal. HEX triplet: 75, 65 and 3B. RGB value is (117,101,59). Sum of RGB (Red+Green+Blue) = 117+101+59=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75653B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75653B is #8A9AC4. Grayscale: #656565. Windows color (decimal): -9083589 or 3892597. OLE color: 3892597.

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

Color convert

RGB11710159-
CMYK00.140.500.54
HSL43.45º32.95%34.51%-
HSV(B)43.45º49.57%45.88%-
XYZ12.7813.416.05-
YUV101104.3139.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 59 (23.44% from 255) = 21.30%
R=42.24%
G=36.46%
B=21.30%

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
Decimal1171015900.140.500.5443.4532.9534.51
Hex75653B0E32362b2123
Octal165145730166266534143
Binary1110101110010111101101110110010110110101011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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