#675F43

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

Shades of Yellow Metal #675F43

Tints of Yellow Metal #675F43

Color information

#675F43 (or 0x675F43) is unknown color: approx Yellow Metal. HEX triplet: 67, 5F and 43. RGB value is (103,95,67). Sum of RGB (Red+Green+Blue) = 103+95+67=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 103 - color contains mainly: red. Hex color #675F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675F43 is #98A0BC. Grayscale: #5E5E5E. Windows color (decimal): -10002621 or 4415335. OLE color: 4415335.

HSL color Cylindrical-coordinate representation of color #675F43: hue angle of 46.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #675F43 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB1039567-
CMYK00.080.350.60
HSL46.67º21.18%33.33%-
HSV(B)46.67º34.95%40.39%-
XYZ10.711.476.96-
YUV94.2112.65134.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.87%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 67 (26.56% from 255) = 25.28%
R=38.87%
G=35.85%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103956700.080.350.6046.6721.1833.33
Hex675F4308233C2f1521
Octal1471371030104374572541
Binary1100111101111110000110100010001111110010111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675F43; }

 p { color: rgb(103,95,67); }

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

<style>
 a { background-color: #675F43; }

 a { background-color: rgb(103,95,67); }

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

<style>
 span { border-color: #675F43; }

 span { border-color: rgb(103,95,67); }

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