#75673B

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

Shades of Yellow Metal #75673B

Tints of Yellow Metal #75673B

Color information

#75673B (or 0x75673B) is unknown color: approx Yellow Metal. HEX triplet: 75, 67 and 3B. RGB value is (117,103,59). Sum of RGB (Red+Green+Blue) = 117+103+59=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75673B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75673B is #8A98C4. Grayscale: #666666. Windows color (decimal): -9083077 or 3893109. OLE color: 3893109.

HSL color Cylindrical-coordinate representation of color #75673B: hue angle of 45.52º 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 #75673B is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB11710359-
CMYK00.120.500.54
HSL45.52º32.95%34.51%-
HSV(B)45.52º49.57%45.88%-
XYZ12.9813.86.12-
YUV102.17103.64138.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 103 (40.62% from 255) = 36.92%
BLUE value IS 59 (23.44% from 255) = 21.15%
R=41.94%
G=36.92%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171035900.120.500.5445.5232.9534.51
Hex75673B0C32362e2123
Octal165147730146266564143
Binary1110101110011111101101100110010110110101110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75673B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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