#75673A

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

Shades of Yellow Metal #75673A

Tints of Yellow Metal #75673A

Color information

#75673A (or 0x75673A) is unknown color: approx Yellow Metal. HEX triplet: 75, 67 and 3A. RGB value is (117,103,58). Sum of RGB (Red+Green+Blue) = 117+103+58=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75673A is #8A98C5. Grayscale: #666666. Windows color (decimal): -9083078 or 3827573. OLE color: 3827573.

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

Color convert

RGB11710358-
CMYK00.120.500.54
HSL45.76º33.71%34.31%-
HSV(B)45.76º50.43%45.88%-
XYZ12.9513.795.98-
YUV102.06103.14138.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 103 (40.62% from 255) = 37.05%
BLUE value IS 58 (23.05% from 255) = 20.86%
R=42.09%
G=37.05%
B=20.86%

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
Decimal1171035800.120.500.5445.7633.7134.31
Hex75673A0C32362e2222
Octal165147720146266564242
Binary1110101110011111101001100110010110110101110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75673A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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